add github
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 12m8s

This commit is contained in:
2025-06-13 22:48:00 +09:00
parent efc73490d1
commit 721c9b4e71
25 changed files with 2883 additions and 66 deletions

View File

@ -0,0 +1,24 @@
{
"client_id": "https://log.syui.ai/client-metadata.json",
"client_name": "ai.card",
"client_uri": "https://log.syui.ai",
"logo_uri": "https://log.syui.ai/favicon.ico",
"tos_uri": "https://log.syui.ai/terms",
"policy_uri": "https://log.syui.ai/privacy",
"redirect_uris": [
"https://log.syui.ai/oauth/callback",
"https://log.syui.ai/"
],
"response_types": [
"code"
],
"grant_types": [
"authorization_code",
"refresh_token"
],
"token_endpoint_auth_method": "none",
"scope": "atproto transition:generic",
"subject_type": "public",
"application_type": "web",
"dpop_bound_access_tokens": true
}