Securing Spring Boot Microservices using JWTs and the JJWT library
Stars
17
Forks
18
Watchers
17
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #1 from stormpath/okta-readme-update
ca609a4View on GitHubrefactored common JWT code into BaseController. Configured kafka to be disabled by default.
cd4d6d3View on GitHubRefactored AccountResolver singleton into AccountService
f0ea2e4View on GitHubAdded UnauthorizedException when bearer token or authorization header is missing. Refactored SecretService so that it will trust itself.
36bd4e5View on GitHubRefactored interface to get rid of unnecessary qualifiers. renamed jsw to jwsClaims in JwtResponse. Fixed date bug in MicroServiceController.
85d0e61View on GitHubRefactored to simply returning the key from the signing key resolver
1499335View on GitHubRefactored DefaultAccountResolver to throw an exception is the Authorization header is not present OR it does not contain a Bearer token.
d498a6cView on GitHub