From f50598666c586dd286a1dc5c968a285fadc7c5c9 Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 18 Nov 2025 11:19:12 +0900 Subject: [PATCH] fix public --- public/client-metadata.json | 24 ++++++++ public/oauth/callback/index.html | 102 +++++++++++++++++++++++++++++++ 2 files changed, 126 insertions(+) create mode 100644 public/client-metadata.json create mode 100644 public/oauth/callback/index.html diff --git a/public/client-metadata.json b/public/client-metadata.json new file mode 100644 index 0000000..2b8e788 --- /dev/null +++ b/public/client-metadata.json @@ -0,0 +1,24 @@ +{ + "client_id": "https://card.syui.ai/client-metadata.json", + "client_name": "Aicard", + "client_uri": "https://card.syui.ai", + "logo_uri": "https://card.syui.ai/icon.png", + "tos_uri": "https://card.syui.ai", + "policy_uri": "https://card.syui.ai", + "redirect_uris": [ + "https://card.syui.ai/oauth/callback", + "https://card.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 +} diff --git a/public/oauth/callback/index.html b/public/oauth/callback/index.html new file mode 100644 index 0000000..845f82c --- /dev/null +++ b/public/oauth/callback/index.html @@ -0,0 +1,102 @@ + + + + + + OAuth Callback - Aicard + + + +
+
+

認証中...

+
+ + + +