polls on atproto pollz.waow.tech
atproto zig
at main 445 B view raw
1{ 2 "client_id": "https://pollz.waow.tech/oauth-client-metadata.json", 3 "client_name": "pollz", 4 "client_uri": "https://pollz.waow.tech", 5 "redirect_uris": ["https://pollz.waow.tech/"], 6 "grant_types": ["authorization_code", "refresh_token"], 7 "response_types": ["code"], 8 "scope": "atproto repo:tech.waow.poll repo:tech.waow.vote", 9 "token_endpoint_auth_method": "none", 10 "application_type": "web", 11 "dpop_bound_access_tokens": true 12}