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/:token

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/:token

Last updated

Was this helpful?