this repo has no description
at main 12 lines 439 B view raw
1{ 2 "client_id": "https://dnd.vielle.dev/oauth-client-metadata.json", 3 "application_type": "web", 4 "grant_types": ["authorization_code"], 5 "scope": "atproto include:dev.vielle.dnd.authAstral", 6 "response_types": ["code"], 7 "redirect_uris": ["https://dnd.vielle.dev/atproto/callback"], 8 "token_endpoint_auth_method": "none", 9 "dpop_bound_access_tokens": true, 10 "client_name": "D&D Utils", 11 "client_uri": "https://dnd.vielle.dev" 12}