You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beau Barker edited this page Nov 5, 2025
·
17 revisions
A service JWT is a token that authenticates a backend service — not a human
user.
In the context of SuperStack, you’d use it when one internal component (for
example, an api endpoint or background job) needs to securely talk to another
(like PostgREST or the API gateway) without going through login or cookies.