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 "https://app.gmstn.systems/",
7 "systems.gmstn.app:/login/"
8 ],
9 "scope": "atproto transition:generic",
10 "token_endpoint_auth_method": "none",
11 "response_types": [
12 "code"
13 ],
14 "grant_types": [
15 "authorization_code",
16 "refresh_token"
17 ],
18 "application_type": "native",
19 "dpop_bound_access_tokens": true
20}