Skip to main content
This guide walks you through configuring email and password authentication for your application using Prelude Auth.

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

Set up password authentication

Configure password authentication for your application using the Management API from your backend.
1

Create a password configuration

2

Create a user with an email identifier

Create a user with an email identifier:
3

Set the user's password

Set a password for the newly created user:

What’s next?

Now that your backend is configured, integrate the frontend using the Web Integration guide and login the newly created user.