Skip to content

WolfAlexander/SpringBoot_JWT_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot JWT implementation

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.

Build and run

//todo add info

Auth service

Auth service provides tokens to users with valid credentials. //todo add more info

Resource service

Name speaks for it self - it is a service that provides information to authorized clients. //todo add more info

JWT Token

I this implementation JWT token is signed with RSA and encrypted also with RSA - of course different keys. //todo add more info

About

Spring Boot + RSA sined and encrypted JWT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages