Sign in

Verify passwordless code

documented

Verifies the passwordless code to complete login (code-based passwordless flow).

POST /passwordless/verifyAuthentication APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://{{$auth0_domain}}/passwordless/verify\" \
  -X POST \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"client_id\": \"{{$client_id}}\", \"connection\": \"{{$connection}}\", \"phone_number\": \"{{$phone_number}}\", \"verification_code\": \"{{$verification_code}}\"}'