{
  "issuer": "https://cfvunxcoomhbgkodpxhe.supabase.co/auth/v1",
  "authorization_endpoint": "https://cfvunxcoomhbgkodpxhe.supabase.co/auth/v1/authorize",
  "token_endpoint": "https://cfvunxcoomhbgkodpxhe.supabase.co/auth/v1/token",
  "userinfo_endpoint": "https://cfvunxcoomhbgkodpxhe.supabase.co/auth/v1/user",
  "jwks_uri": "https://cfvunxcoomhbgkodpxhe.supabase.co/auth/v1/.well-known/jwks.json",
  "grant_types_supported": [
    "password",
    "refresh_token",
    "authorization_code"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "none"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "HS256"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ]
}
