Auth Settings
Establish a user authentication system within your application that allows users to both create accounts and log in.
Last updated
Establish a user authentication system within your application that allows users to both create accounts and log in.
Last updated
By setting up user authentication, you can ensure that only authorized individuals have access to the app's features and functionalities. This process involves creating a secure login page where users can input their credentials to access their accounts.
"Auth providers" refer to the entities or services that are responsible for authentication and verification of users' identities on various platforms such as websites or applications. These providers offer different methods of authentication, such as password-based, biometric, or two-factor authentication, to ensure secure access. The role of auth providers is crucial in safeguarding user accounts and sensitive information from unauthorized access and cyber threats.
Display Authentication
Choose pages within the application where you want to implement the authentication process to ensure the security of the entire application.
Select Pages
Select specific pages to apply the authentication.
Redirect Page After Login/Signup
After users successfully enter their login credentials or create a new account, they will be automatically redirected to the specific page they had picked here.
Displays the list of services the user has subscribed. The table contains the information such as UID, email address, auth provider name and the date of subscription.