Anonymous Access
Allow users to access your app without logging in.
With anonymous access enabled, users can make requests to your application without providing login credentials. They only need your application’s API key and secret.
Anonymous users have limited access - they can only see:
- Public variables
- Public files
- Basic application information
When to Use It
Enable anonymous access if you want users to:
- Try your app before signing up
- Access demo features without registration
- Browse public content
Keep it disabled if:
- All features require authentication
- You want to track all users
- Security is critical
How to Enable It
Anonymous access is off by default.
- Go to your application settings in the Authgate dashboard
- Toggle “Allow anonymous access” to ON
- Save changes
Last updated on