diff --git a/apps/web/src/dashboard/docs.html b/apps/web/src/dashboard/docs.html index 2091e9e..6677270 100644 --- a/apps/web/src/dashboard/docs.html +++ b/apps/web/src/dashboard/docs.html @@ -103,9 +103,9 @@

All API requests require an account key passed as a Bearer token:

http
-
Authorization: Bearer XXXX-XXXX-XXXX-XXXX
+
Authorization: Bearer <your-64-char-hex-key>
-

Create an account at /dashboard or via the API. Keys are 16-character hex strings formatted as four groups.

+

Create an account at /dashboard or via the API. Keys are 64-character hex strings (256-bit). Shown once at registration — store them securely.

@@ -121,7 +121,7 @@
json — response
-
{ "key": "B8AE-9621-A963-F652", "email_registered": true }
+
{ "key": "5bf5311b56d09254c8a1f0e3...", "email_registered": true }

Update Email

diff --git a/apps/web/src/dashboard/index.html b/apps/web/src/dashboard/index.html index 00c7d03..02010b1 100644 --- a/apps/web/src/dashboard/index.html +++ b/apps/web/src/dashboard/index.html @@ -21,9 +21,9 @@
- +