Demo for securing microservices via JWT
This project shows a simple authentication process using spring boot and jwt. It provides a multiple microservices:
- token-provider: generates a token for given user credentials (if they are already registered in the system). This service is also capable of registering new users to the system.
- model-view: provides a user interface for the user to login and view the secured resources
- info-view: secured resource. Depending on the role of the user, some resources may not be viewed by the logged in user