This repository demonstrates stateless JWT authentication and role-based authorization in a Spring Boot application. This README focuses on what security is implemented, how it works, how to test it, ...
The need to manage a user base for an online system is very frequent. Goal of this project is to offer a generic user's data management microservice. This microservice can offer a good and solid ...