tangled
alpha
login
or
join now
vielle.dev
/
dnd-astral-powers
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix cimd
vielle.dev
1 month ago
97fc98f8
8762a05a
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+2
-2
1 changed file
expand all
collapse all
unified
split
src
oauth-client-metadata.json
+2
-2
src/oauth-client-metadata.json
···
1
1
{
2
2
-
"client_id": "http://localhost/oauth-client-metadata.json",
2
2
+
"client_id": "https://dnd.vielle.dev/oauth-client-metadata.json",
3
3
"application_type": "web",
4
4
"grant_types": ["authorization_code"],
5
5
"scope": "atproto transition:generic",
6
6
"response_types": ["code"],
7
7
-
"redirect_uris": ["http://127.0.0.1/atproto/callback"],
7
7
+
"redirect_uris": ["https://dnd.vielle.dev/atproto/callback"],
8
8
"token_endpoint_auth_method": "none",
9
9
"dpop_bound_access_tokens": true,
10
10
"client_name": "D&D Utils",