Skip to content

v0.5.0

Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 02 May 20:07
· 44 commits to master since this release
e113d94

Non-Generic JWT Verification

  • Renamed JWTVerificationMiddleware<Payload> to JWTStorageMiddleware<Payload>
  • Created JWTVerificationMiddleware which only verifies the access token. No storing.
  • Fixed typo in name of JWTAuthenticatableMiddleware (@jimmya)