mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-04-24 18:30:31 +00:00
16 lines
626 B
JSON
16 lines
626 B
JSON
{
|
|
"client_id": "https://__FRONTEND_HOSTNAME__/oauth-client-metadata.json",
|
|
"client_name": "Tranquil PDS Account Manager",
|
|
"client_uri": "https://__FRONTEND_HOSTNAME__",
|
|
"redirect_uris": [
|
|
"https://__FRONTEND_HOSTNAME__/app/",
|
|
"https://__FRONTEND_HOSTNAME__/app/migrate"
|
|
],
|
|
"grant_types": ["authorization_code", "refresh_token"],
|
|
"response_types": ["code"],
|
|
"scope": "atproto transition:generic repo:* blob:*/* rpc:* rpc:com.atproto.server.createAccount?aud=* account:*?action=manage identity:*",
|
|
"token_endpoint_auth_method": "none",
|
|
"application_type": "web",
|
|
"dpop_bound_access_tokens": true
|
|
}
|