We will be implementing Spring Boot Security using JWT(JSON Web Token). We will also be looking at how to manage role based authorization using JWT and JWT expiration date
In this tutorial we will also be implementing Spring Boot + JSON Web Token Security. We will be modifying the Spring Security project we had implemented in the previous tutorial to make use of JSON Web Token Security. This implementation we will be dividing into 2 parts - Generate JSON Web Token Validate and use JWT for Authorization