From 0b9415351844feb61bd0d59cdca007cac930c8a7 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Mon, 18 May 2026 13:46:10 -0400 Subject: [PATCH] Replace inline auth script with shared auth-guard.js in tokens.html --- services/web-ui/public/tokens.html | 350 ++++++++++++++++++++++++++++- 1 file changed, 349 insertions(+), 1 deletion(-) diff --git a/services/web-ui/public/tokens.html b/services/web-ui/public/tokens.html index 74c6f65..6f83885 100644 --- a/services/web-ui/public/tokens.html +++ b/services/web-ui/public/tokens.html @@ -1 +1,349 @@ -tokens_fixed \ No newline at end of file + + + + + + Tokens — Wild Dragon + + + + + + + +
+ + + + + +
+
+
+ API Tokens +
+
+ +
+
+ +
+
+

+ API tokens let scripts and integrations authenticate as you without using your password. + Tokens are shown once at creation — store them securely. + Use Authorization: Bearer <token> in your requests. +

+
+ + + + + +
+
Loading…
+
+ + +
+
+
+ + +
+
+
+ New API token + +
+
+
+ + +
A label to help you remember what this token is for.
+
+
+ + +
+
+ +
+ +
+ + + + + + \ No newline at end of file