Skip to content

derMacon/jwt-security-demo

Repository files navigation

jwt-security

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

Useful Ressources

About

Demo for securing microservices via JWT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published