Sign in

Verify token

documented

Verify possession/validity of a token.

GET /auth/v1/verifyAuthno 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://{{PROJECT_HOST}}/auth/v1/verify?type={{type}}&token={{token}}&redirect_to={{redirect_to}}" \
  -H "apikey: {{SUPABASE_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"