Skip to content
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.

Clone this wiki locally