Two-step user registration via Magic Link email.
Flow:
- User enters email
- Receives magic link via email
- Clicks link to complete registration with profile details
Summary
Functions
Cleans up expired registration tokens.
Completes user registration using a magic link token.
Deletes a registration token.
Generates a registration magic link URL.
Sends a registration magic link to the specified email address.
Verifies a magic link registration token.
Functions
Cleans up expired registration tokens.
Completes user registration using a magic link token.
Deletes a registration token.
Generates a registration magic link URL.
Sends a registration magic link to the specified email address.
Rate-limited on the same buckets as password registration — this is a
registration entry point, and it was the one public auth endpoint with no
limit at all. ip_address is optional only because callers without peer data
exist; pass it whenever you have it, or a single client can spread its
attempts across unlimited addresses.
Verifies a magic link registration token.