Prerequisites
Before you start, make sure you have:- A Prelude account with access to the Session API
- 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.Create a password configuration
| Field | Description |
|---|---|
hash_method | The hashing algorithm for passwords. Default argon2id. |
rate_limit_login_ip | Rate limit per IP address. ttl is in nanoseconds (600000000000 = 10 minutes). |
rate_limit_login_identifier | Rate limit per identifier (e.g. email). Same format as above. |
password_compliancy | Password requirements your users must meet. Adjust these values to match your security policy. |