Authentification
Login With Email
Configure and set up email-based login for your application.
iOS
Web
Android
Login with code authentication provides a convenient and secure way to log in to applications, eliminating the need for passwords. Here's a breakdown of the process:
- User enters their email address on the application's login page.
- A unique, time-limited code is generated and sent securely via email.
- This code is linked to the potential login session.
- The user enters the received code into the application.
- The application verifies the code's validity.
- A session or cookie is created on the user's device after code verification.
Enhanced Security
Login with code authentication eliminates password-related vulnerabilities like theft or brute-force attacks.
Send Email
To enable login with code authentication in your application, you need to configure the project to send email, more details in the Email section.