Profile & Session
Configure profile display and session storage for authenticated users.
Accessing Profile Settings
- Navigate to your auth collection
- Go to Options tab
- Click the Profile sub-tab
Profile Configuration
Control how fields appear in the user profile:
| Setting | Description |
|---|---|
| Field Name | The field being configured |
| Column Span | Width (0-12 grid columns) |
| Visible | Show this field in profile |
| Editable | Allow user to edit this field |
Reordering Fields
Use the arrow buttons to change field order in the profile view.
Session Configuration
At the bottom of the Profile tab, configure Session Fields:
- Select which fields to store in the user session
- These fields are available after login without additional queries
- Common choices:
role,username,userId
Session Fields Tips
Include:
- Role for permission checks
- Username for display
- Any frequently accessed user data
Exclude:
- Sensitive data
- Large fields
- Rarely used data
Next Steps
- Roles — Define access conditions
- Register Form — Configure user registration
- Auth Overview — Back to auth collections overview