Wiki

Clone wiki

JavaJWT / Home

Java JWT

This is a simple project to decode JSON Web Tokens in Java

I've written this project because till now I have not found any Java code that correctly decodes JWT.
It's particularly interesting to explore JWT.class

This project lives at http://jwt.1blau.com/
There are a couple of predefined examples that you could check

Java JWT.png

Have fun!

Updated