From 4213c8a7b3bfb6ee812e134112094f1b04129ef8 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Mon, 18 May 2026 13:00:31 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20auth=20system=20=E2=80=94=20CSS=20page?= =?UTF-8?q?=20transitions,=20API=20helpers,=20users/tokens=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/web-ui/public/tokens.html | 368 +++++++++++++++++++++++++++++ 1 file changed, 368 insertions(+) create mode 100644 services/web-ui/public/tokens.html diff --git a/services/web-ui/public/tokens.html b/services/web-ui/public/tokens.html new file mode 100644 index 0000000..c6b29b3 --- /dev/null +++ b/services/web-ui/public/tokens.html @@ -0,0 +1,368 @@ + + + + + + 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.
+
+
+ + +
+
+ +
+ +
+ + + + + +