From 76471c4bd4ed312cead65ab0785e8d213fcc9a53 Mon Sep 17 00:00:00 2001
From: itsrubberduck Authorization: Bearer <token>. Refresh the token by
calling POST /api/service/auth/refresh with the refresh cookie present.
+ Bridge endpoints under /api/bridge/* use
+ x-bridge-token instead of the Authorization header for bridge authentication.
+
Endpoints are grouped by audience. Public endpoints do not require a bearer token. Protected endpoints require a
- valid access token. Rate limits and additional business rules are documented per route.
+ valid access token. Bridge endpoints require x-bridge-token. Rate limits and additional business rules are documented per route.
@@ -201,6 +205,9 @@
class="inline-flex items-center gap-2 rounded-full border border-white/20 px-3 py-1">