Appearance
Users and roles
Manage who can sign in and what they can access.
Use the Users and Roles tabs to manage accounts and permissions for your app. Access settings on collections and endpoints enforce these roles automatically.
Users
- View all users with search and details
- Add a user manually for testing or admin purposes
- Copy a user
idfor filters (for example, ownership withuser_id)
Roles
- Create roles such as
userandadmin - Assign roles to users
- See usage counts across collections and endpoints
Authentication setup
- Choose an
Authentication System(WeWeb Auth, Supabase, Auth0, Custom Auth, OpenID Connect). - Enable
SSO Providers(like Google, GitHub, or Slack) if your Authentication System supports them.
Where roles are enforced
- Collections: restrict read access (public, authenticated, or role)
- Endpoints: restrict who can call the API

