ATProto forum built with ESAV
1{
2 "client_id": "https://forumtest.whey.party/client-metadata.json",
3 "client_name": "ForumTest",
4 "client_uri": "https://forumtest.whey.party",
5 "logo_uri": "https://forumtest.whey.party/logo192.png",
6 "tos_uri": "https://forumtest.whey.party/terms-of-service",
7 "policy_uri": "https://forumtest.whey.party/privacy-policy",
8 "redirect_uris": [
9 "https://forumtest.whey.party/callback"
10 ],
11 "scope": "atproto transition:generic",
12 "grant_types": [
13 "authorization_code",
14 "refresh_token"
15 ],
16 "response_types": [
17 "code"
18 ],
19 "token_endpoint_auth_method": "none",
20 "application_type": "web",
21 "dpop_bound_access_tokens": true
22}