{
  "issuer": "https://melodygenie.app",
  "service_documentation": "https://melodygenie.app/auth.md",
  "authorization_endpoint": "https://qwhlgigiwzodmfaatdmt.supabase.co/auth/v1/authorize",
  "token_endpoint": "https://qwhlgigiwzodmfaatdmt.supabase.co/auth/v1/token",
  "userinfo_endpoint": "https://qwhlgigiwzodmfaatdmt.supabase.co/auth/v1/user",
  "jwks_uri": "https://qwhlgigiwzodmfaatdmt.supabase.co/auth/v1/.well-known/jwks.json",
  "registration_endpoint": "https://melodygenie.app/signup",
  "melody_genie_login": "https://melodygenie.app/login",
  "agent_auth": {
    "skill": "https://melodygenie.app/auth.md",
    "register_uri": "https://melodygenie.app/signup",
    "claim_uri": "https://melodygenie.app/login",
    "revocation_uri": "https://melodygenie.app/privacy",
    "identity_types_supported": ["browser_session", "verified_email"],
    "browser_session": {
      "credential_types_supported": ["user_session"]
    },
    "verified_email": {
      "credential_types_supported": ["user_session"]
    },
    "events_supported": []
  },
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "lyrics:read",
    "lyrics:write",
    "lyricists:read",
    "lyricists:write"
  ],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none"],
  "ui_locales_supported": [
    "en",
    "es",
    "fr",
    "de",
    "pt",
    "it",
    "ko",
    "ja",
    "ar",
    "hi",
    "zh",
    "ru",
    "tr",
    "pl",
    "nl",
    "sv"
  ],
  "policy_uri": "https://melodygenie.app/privacy",
  "tos_uri": "https://melodygenie.app/terms"
}
