Start Passwordless Challenge

Cookie
session

Path Parameters

method
string
Zorunlu

Passwordless SignIn Method

Request Body

state
string
Zorunlu

State value generated for each session. You can retrieve it from window.PlusAuth.params.state.

email
string

Required if no identifier passed or when identifier is email

identifier
string

Field name to look up user. Make sure to include it in request body. For ex: If identifier=email also include email field in request body with the user's email address.

If method is sms defaults to phone_number, otherwise, defaults to email

phone_number
string

Required if identifier is phone_number or when identifier is phone_number

username
string

Required if identifier is username or when identifier is username

POST
/signin/passwordless/:method
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Loading...