Skip to main content

Auth Collections

Auth collections handle user authentication and authorization. When you enable "Is Auth Collection" on a collection, it gains additional capabilities for managing users.

What Changes

When a collection becomes an auth collection:

FeatureDescription
Roles TabDefine user roles with conditions
Options → GeneralAdditional auth-specific fields appear
Options → Register FormConfigure registration fields
Options → ProfileConfigure profile and session fields

Enabling Auth Collection

  1. Go to your collection's Options tab

  2. Check Is Auth Collection

  3. Configure the required fields:

    • Username Field - Field used for login (usually email)
    • Password Field - Field storing the password
    • Access Blocker Field - Optional field to block access
  4. Click Save Changes

Use Cases

  • User management
  • Employee directory
  • Customer accounts
  • Multi-tenant applications

Next Steps