JWT
-
Enterprise Java
jwt-cli: A Shell Library to Decode JSON Web Tokens (JWT Tokens)
When I started having the need of decoding JSON Web Tokens quite often, I felt the urge of writing a…
Read More » -
Enterprise Java
Secret Rotation for JWT tokens
When you are using JSON Web Token (JWT), or any other token technology that requires to sign or encrypt payload information,…
Read More » -
Enterprise Java
Cloud Native Applications with JWT
A native cloud application is an application that is developed for a cloud computing environment. There is no specific answer to…
Read More » -
Enterprise Java
OAuth2, JWT, Open-ID Connect and other confusing things
Disclaimer If feel I have to start this post with an important disclaimer: don’t trust too much what I’m about…
Read More » -
Enterprise Java
Validating JWT with Spring Boot and Spring Security
For my current project I will have a REST API set up with Spring Boot (most likely running with BoxFuse).…
Read More » -
Enterprise Java
Spring Oauth2 with JWT Sample
Sometimes ago, we published one article sharing a custom approach to implement stateless session in cloud environment. Today, let explore…
Read More » -
Enterprise Java
JWT – Generating and validating a token – Samples
JWT provides a very interesting way to represent claims between applications that can be verified and trusted. My objective here…
Read More »