# Anonymous user access restricted

<table><thead><tr><th width="138">Check ID</th><th>APP_0007</th></tr></thead><tbody><tr><td>Category</td><td>Security</td></tr><tr><td>Summary</td><td>Anonymous users should not be allowed to create persistent objects (= data stored in the database). If anonymous users are not restricted from creating data, it is possible for a hacker to overload your database and app by creating an unlimited number of objects.</td></tr><tr><td>Options</td><td>This check does not have any options.</td></tr><tr><td>Pass</td><td>The access rules in your app restrict anonymous users to only creating non-persistent objects.</td></tr><tr><td>Fail</td><td>The access rules in your app enable anonymous users to create persistent objects.</td></tr></tbody></table>
