Add passwordless login


# Add passwordless login

These sections provide instructions on how to add passwordless login to your SPAs or 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 is a standard that lets users use hardware security keys or biometrics to log in.

Add login with Passkey has detailed instructions on this.

# HYPR login

HYPR is a FIDO-certified platform that lets users use biometrics to log in.

Add login with HYPR 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.