Sign in

Passwordless verify redirect

documented

Redirected verification endpoint used when passwordless uses a browser redirect flow.

GET /passwordless/verify-redirectAuthentication 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-redirect?ticket={{$ticket}}&state={{$state}}&email={{$email}}" \
  -X GET \
  -H "Accept: application/json"