Verify token
documentedVerify possession/validity of a token.
GET /auth/v1/verifyAuthno implementation yet0 runsNo 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"