Introduction
Overview
The Passwordless recipe
provides a way of authenticating users through generated credentials like Magic Links or One-Time Passwords.
You can use it out of the box, with our Pre-Built UI, or implement your own interface through the available SDKs.
Getting Started
You can either follow setup guide or just use our CLI
tool to generate an example app that will show you how the recipe works.
Quickstart
Go through a quick tutorial that will show you how to add the Passwordless recipe to your app.
Example Apps
Use our CLI to generate a boilerplate app that you can use as a starting point.
Customization
To adjust the functionality to fit your use case you can explore different sections from our documentation.
Authentication Flow Callbacks
Add custom logic after the logs in or signs up.
Customize the Magic Link
Change how Magic Links are constructed.
OTP Customization
Change the format of the generated One-Time Password.
Email Delivery
Customize how emails are sent to your users.
SMS Delivery
Customize how SMS messages are sent to your users.
Functions Overrides
Change the behavior of the functions that are used by the SDKs.
APIs Overrides
Get control over how the frontend SDKs communicate with the backend.