Quickstart Accounts Authentication Teams Billing Subscriptions DevExp Scaffolding Admin Blog Deployment Kamal

Authentication

Business Class user accounts represent unique users across all team spaces.

Design

User accounts are represented by a User model which always represent a unique person with a unique email address. This way a single user can join several teams and easily switch between them.

Subscriptions are attached to user accounts which represent the real-world flow of a team leader signing up for the team account.

Profiles

User profiles let’s users manage their name, email, avatar, language, and passport. If an avatar is missing, initials are used to create a placeholder.

Authentication

User accounts feature a password-based authentication with optional 2-factor authentication using OTP codes.