There isn't really a policy. This is a demo app.
Last active
December 26, 2024 00:00
-
-
Save zicklag/89bd0c2519757c6d6429390e5fcd222a to your computer and use it in GitHub Desktop.
Localhost client metadata for AtProto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"client_id": "https://gist.githubusercontent.com/zicklag/89bd0c2519757c6d6429390e5fcd222a/raw/client.json", | |
"client_name": "Localhost App", | |
"client_uri": "http://127.0.0.1:8080", | |
"logo_uri": "http://127.0.0.1:8080/public/favicon.ico", | |
"tos_uri": "https://gist.githubusercontent.com/zicklag/89bd0c2519757c6d6429390e5fcd222a#file-tos-md", | |
"policy_uri": "https://gist.githubusercontent.com/zicklag/89bd0c2519757c6d6429390e5fcd222a#file-policy-md", | |
"redirect_uris": ["http://127.0.0.1:8080/auth/callback"], | |
"scope": "atproto", | |
"grant_types": ["authorization_code", "refresh_token"], | |
"response_types": ["code"], | |
"token_endpoint_auth_method": "none", | |
"application_type": "web", | |
"dpop_bound_access_tokens": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment