From 51d166017d52e58af9e52978c8827f8f2d2acd9e Mon Sep 17 00:00:00 2001 From: xavix-yo Date: Fri, 17 Jul 2026 13:43:14 +0100 Subject: [PATCH] Add OAuth callback page (oauth/show.html) Client-side page that captures the OAuth authorization code from Google's redirect URL (?code=...) and displays it in a textarea for copy-paste into Skald. Shows error details on failure. Access at https://connectors.skaldagent.net/oauth/show.html --- connectors/oauth/show.html | 141 +++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 connectors/oauth/show.html diff --git a/connectors/oauth/show.html b/connectors/oauth/show.html new file mode 100644 index 0000000..9abcc51 --- /dev/null +++ b/connectors/oauth/show.html @@ -0,0 +1,141 @@ + + + + + + OAuth Callback Β· Skald Connectors + + + +
+

+ πŸ” + OAuth Callback +

+

Skald Connectors Β· authorization code receiver

+
+
+ + + +