Skip to main content
This guide walks you through configuring OTP (one-time password) login for your application using Prelude Auth. OTP login sends a verification code to the user’s phone number via SMS or to their email address.

Prerequisites

Before you start, make sure you have:
  • A Prelude account with access to Prelude Auth
  • An Application ID (appID) — see Applications
  • Your Management API key for backend calls
  • A configured Verify template for sending OTP codes

Set up OTP login

1

Create an OTP login configuration

This configuration supports both SMS and email channels simultaneously, allowing users to receive OTP codes via either method.

What’s next?

Now that OTP login is configured on your backend, integrate the frontend using the OTP Login guide.