Enjoy advanced features for user authentication, role management, and secure account handling with ease.
This module implements the authentication system for an application;
Provides a login page with the username and password.
Provides a register page to create a new account.
Provides a forgot password page to send a password reset link as an e-mail.
Provides email confirmation functionality with UI.
Implements two factor authentication (available providers are Authenticator TOTP(Time-based One-time Password Algorithm), SMS and e-mail).
Implements user lockout (locks the account for the set amount of time when a certain number of failed logins occur due to invalid credentials within a certain interval of time).
Implements OpenIddict authentication server UI and functionality.
Allows to switch between tenants in a multi-tenant environment.
Allows to change the UI language of the application.