Supabase JWT Decoder Guide
Decode and inspect Supabase JWT tokens locally without sending secrets to a server.
What it does
The Supabase JWT Decoder allows you to inspect authentication tokens and specific claims from Supabase.
How to use
- Open Supabase JWT Decoder and enter the source input you want to work with.
- Run the tool once with a small sample so you can confirm the result format.
- Copy, download, or reuse the output in your target app after a quick verification pass.
Examples
FAQ
Are my Supabase tokens sent anywhere?
No, all decoding happens locally in your browser ensuring your Supabase credentials remain secure.
Can I verify the signature?
Decoding and signature verification are different steps. You can see the claims without the private key.
Privacy
Supabase JWT Decoder is designed to run in the browser. Review outputs before sharing them with any external service or workflow.
Related tools
Recommended Resource
Optional partner recommendation that complements this workflow.
View Recommended Tool