add oauth
Some checks are pending
Deploy ailog / build-and-deploy (push) Waiting to run

This commit is contained in:
2025-06-08 06:42:10 +09:00
parent c0e4dc63ea
commit 637028c264
65 changed files with 9101 additions and 804 deletions

View File

@ -0,0 +1,24 @@
{
"client_id": "https://xxxcard.syui.ai/client-metadata.json",
"client_name": "ai.card",
"client_uri": "https://xxxcard.syui.ai",
"logo_uri": "https://xxxcard.syui.ai/favicon.ico",
"tos_uri": "https://xxxcard.syui.ai/terms",
"policy_uri": "https://xxxcard.syui.ai/privacy",
"redirect_uris": [
"https://xxxcard.syui.ai/oauth/callback",
"https://xxxcard.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
}