Starts a passwordless authentication.
IMPORTANT: For passwordless authentication, first is required to send a POST to request an email to be sent to the user’s email with a link for the user to click on to verify his email.
required | object |
required | object |
Created
Bad Request
{- "identifiers": {
- "email_address": "joe.blow@company.com"
}, - "delivery": {
- "method": "email",
- "destination": "joe.blow@company.com",
- "action": "login",
- "redirect": "/"
}
}