Skip to content

Instantly share code, notes, and snippets.

@zicklag
Last active December 26, 2024 00:00
Show Gist options
  • Save zicklag/89bd0c2519757c6d6429390e5fcd222a to your computer and use it in GitHub Desktop.
Save zicklag/89bd0c2519757c6d6429390e5fcd222a to your computer and use it in GitHub Desktop.
Localhost client metadata for AtProto
{
"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
}

Localhost App Policy

There isn't really a policy. This is a demo app.

Localhost App Terms of Service

There isn't really a terms-of-service. This is a demo app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment