Skip to content

Add passwordless login

Passwordless login represents a modern authentication approach that enhances security and user convenience by eliminating traditional password requirements. This section introduces various passwordless methods such as Magic Links, Passkeys, HYPR, and Email OTP, offering a secure and user-friendly alternative for accessing SPAs and web applications.

Magic link lets users log in by clicking a link sent to their email instead of entering a password.

Add Magic Link login has detailed instructions on this.

Passkey login

Passkey lets users use hardware security keys or biometrics to log in.

Add login with Passkey has detailed instructions on this.

Email OTP login

Email OTP allows users to log in by providing a one-time passcode sent to their email instead of entering a password.

Add Email OTP login has detailed instructions on this.

SMS OTP login

SMS OTP allows users to log in by providing a one-time passcode sent to their mobile phone instead of entering a password.

Add SMS OTP login has detailed instructions on this.