A stream.place client in a single index.html
1{
2 "client_id": "https://bootleg.baileytownsend.dev/oauth-client-metadata.json",
3 "client_uri": "https://bootleg.baileytownsend.dev",
4 "redirect_uris": ["https://bootleg.baileytownsend.dev/"],
5 "dpop_bound_access_tokens": true,
6 "token_endpoint_auth_method": "none",
7 "grant_types": ["authorization_code", "refresh_token"],
8 "scope": "atproto include:place.stream.authFull",
9 "response_types": ["code"],
10 "client_name": "Bootleg stream.place"
11}