🔑
🔐

Debug Authentication Issues with JWT Decoder

Inspect JWTs from your app to debug login failures, permission issues, and token expiration problems.

Níl gá le logáil isteach

🔒 The token is decoded entirely in your browser. Nothing is sent to any server.

Auth Debugging tips

🔐

When users report "I keep getting logged out," paste their token here to check the `exp` claim. Most session expiry bugs are off-by-one errors in token TTL config.

💡

Check the `iat` (issued at) claim to see if tokens are being refreshed correctly. If `iat` is hours old when it should be minutes, your refresh flow is broken.

🔍

Look at the `aud` (audience) claim — many auth failures happen when a token issued for one service is sent to another that has different audience validation.

⚠️

Tokens are decoded entirely in your browser — safe to use for production tokens during debugging. The decoder never sees them server-side.

Conas a Oibríonn sé

1
Cuir isteach
Enter your data into the tool above. Everything stays local to your browser.
2
Próiseas
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Íosluchtaigh
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

Cén fáth ár gceann a úsáid?

Go hiomlán saor in aisce - gan aon chostais i bhfolach, riamh
Níl cuntas, ríomhphost ná logáil isteach ag teastáil
Ní fhágann comhaid do ghléas riamh
Níl aon teorainn le méid comhaid ar bith
Gan comhartha uisce ar aon aschur

Also check out…

Ceisteanna Coitianta