What this module does
Auth, users, roles, and access control.
Key capabilities
- Login, logout, refresh tokens, and session lifecycle
- User registration, verification, password reset, and profile flows
- MFA, OAuth2 sign-in, and admin user management
Authentication and account lifecycle foundation for apps that need secure sign-in, user management, and access rules.
Auth, users, roles, and access control.
POST /oauth/loginSignInResponse with access token and user details.POST /oauth/tokens/access with refreshTokenId cookie.RefreshTokenResponse.POST /users then POST /users/confirmations/{verificationCode}.emailConfirmed=true.PUT /users/mfa and login with MFA-enabled account.POST /users/passwords/recovery/{username} and POST /users/passwords/recovery./admin/users endpoints.