Files
coffee/public/client-metadata.json
2026-03-28 23:18:32 +01:00

17 lines
539 B
JSON

{
"client_id": "https://coffee.apoena.dev/client-metadata.json",
"client_name": "Coffee Map",
"client_uri": "https://coffee.apoena.dev",
"redirect_uris": [
"https://coffee.apoena.dev/oauth/callback",
"http://127.0.0.1:5173/oauth/callback",
"http://127.0.0.1:5174/oauth/callback"
],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"scope": "atproto transition:generic",
"dpop_bound_access_tokens": true,
"token_endpoint_auth_method": "none",
"application_type": "web"
}