Files
remanso/public/client-metadata.json
2026-03-10 12:27:35 +01:00

16 lines
452 B
JSON

{
"client_id": "https://remanso.space/client-metadata.json",
"client_name": "Remanso",
"client_uri": "https://remanso.space",
"redirect_uris": [
"https://remanso.space/",
"http://localhost:5173/"
],
"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"
}