Skip to main content

Profile & Session

Configure profile display and session storage for authenticated users.

Accessing Profile Settings

  1. Navigate to your auth collection
  2. Go to Options tab
  3. Click the Profile sub-tab

Profile Configuration

Control how fields appear in the user profile:

SettingDescription
Field NameThe field being configured
Column SpanWidth (0-12 grid columns)
VisibleShow this field in profile
EditableAllow 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