This is a test project that I used to learn how to use
Spring Boot with Json Web Tokens.
Additional thanks to Stephan Zerhusen who's JWT Spring Security Demo
I used as part of my study.
//todo add info
Auth service provides tokens to users with valid credentials. //todo add more info
Name speaks for it self - it is a service that provides information to authorized clients. //todo add more info
I this implementation JWT token is signed with RSA and encrypted also with RSA - of course different keys. //todo add more info