JSON Web Tokens (JWT) are common today in applications. They are secure, simple when compared to other options like SAML.
I don’t want to lecture about what is JWT, why it is simple and how can you use it?
Instead I like to recommend jwt.io, a hub that allows you to learn, debug and verify JWT
The site also contains helpful introduction and libraries that you can use with your favorite programming language.
The best part is you can ask your questions at the community forum
You can also get the JWT handbook here
Leave a Reply