frontend client for gemstone. decentralised workplace app
1{ 2 "client_id": "https://app.gmstn.systems/oauth-client-metadata.json", 3 "client_name": "Gemstone", 4 "client_uri": "https://app.gmstn.systems", 5 "redirect_uris": [ 6 "systems.gmstn.app:/oauth/callback" 7 ], 8 "scope": "atproto transition:generic", 9 "token_endpoint_auth_method": "none", 10 "response_types": [ 11 "code" 12 ], 13 "grant_types": [ 14 "authorization_code", 15 "refresh_token" 16 ], 17 "application_type": "native", 18 "dpop_bound_access_tokens": true 19}