Fedi.CrowdedGames.Group/oauth/client-metadata.json
2025-04-24 00:42:58 -07:00

18 lines
465 B
JSON

{
"client_id": "https://fedi.crowdedgames.group/oauth/client-metadata.json",
"application_type": "web",
"client_name": "Example Browser App",
"client_uri": "https://fedi.crowdedgames.group",
"dpop_bound_access_tokens": true,
"grant_types": [
"authorization_code",
"refresh_token"
],
"redirect_uris": [
"https://fedi.crowdedgames.group/HTML/mail.html"
],
"response_types": [
"code"
],
"scope": "atproto transition:generic",
}