friendship ended with social-app. php is my new best friend
1{
2 "client_id": "http://localhost:5173/client-metadata.json",
3 "application_type": "web",
4 "client_name": "smallbird-social",
5 "client_uri": "https://localhost:5173",
6 "dpop_bound_access_tokens": true,
7 "grant_types": ["authorization_code", "refresh_token"],
8 "redirect_uris": ["http://localhost:5173/login"],
9 "response_types": ["code"],
10 "scope": "atproto transition:generic",
11 "dpop_bound_access_tokens": true,
12 "jwks_uri": "http://localhost:5173/jwks.json",
13 "token_endpoint_auth_method": "private_key_jwt",
14 "token_endpoint_auth_signing_alg": "ES256"
15}