Magic Links and codes
Magic Code auth
This Auth strategy creates and send a magic code to the email provided by the client
POST /auth/magic-code/
{
"email":"user@email.com"
}
GET /auth/magic-code/:email/:tokenMagic link auth
This Auth strategy creates and send a magic link to the email provided by the client
POST /auth/magic-link/
{
"email":"user@email.com"
}
GET /auth/magic-link/:token
GET /auth/magic-token/:tokenLast updated
Was this helpful?