pleroma-like client for Bluesky pl.hexmani.ac
bluesky pleroma social-media
at main 420 B view raw
1{ 2 "client_id": "https://pl.hexmani.ac/oauth-client-metadata.json", 3 "client_name": "Bluroma", 4 "client_uri": "https://pl.hexmani.ac", 5 "redirect_uris": ["https://pl.hexmani.ac/"], 6 "scope": "atproto transition:generic", 7 "grant_types": ["authorization_code", "refresh_token"], 8 "response_types": ["code"], 9 "token_endpoint_auth_method": "none", 10 "application_type": "web", 11 "dpop_bound_access_tokens": true 12}