This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
java-tutorials
Watch
1
Star
0
Fork
0
You've already forked java-tutorials
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
java-tutorials
/
jjwt
/
src
/
main
/
java
/
io
/
jsonwebtoken
/
jjwtfun
History
Micah Silverman
674471df16
refactored variable names
2016-07-14 03:01:25 -04:00
..
config
updated ignoringAntMatchers for csrf
2016-07-14 02:00:04 -04:00
controller
refactored variable names
2016-07-14 03:01:25 -04:00
model
Added SecretService for managing good secrets. Updated all secret operations to use SecretService. Added controller to return and set secrets.
2016-07-13 23:23:21 -04:00
service
Moved TextCodec.BASE64.decode calls into service. Refactored method names to drive home that you're getting bytes back.
2016-07-14 00:09:53 -04:00
JJWTFunApplication.java
Made BaseController to provide uniform exception response. Made JwtResponse for uniform responses. Added ensureType method to enforce type on registered claims.
2016-06-27 08:18:18 -04:00