Files
remanso/public/client-metadata.json
Julien Calixte 8e8706e258 chore: init oxc
2026-03-28 09:34:04 +01:00

13 lines
414 B
JSON

{
"client_id": "https://remanso.space/client-metadata.json",
"client_name": "Remanso",
"client_uri": "https://remanso.space",
"redirect_uris": ["https://remanso.space/"],
"scope": "atproto transition:generic",
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"application_type": "web",
"dpop_bound_access_tokens": true,
"token_endpoint_auth_method": "none"
}