This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
Releases: maxgalbu/adonis5-jwt
Releases · maxgalbu/adonis5-jwt
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- feat (readme): added some examples on refresh token usage 9f41865
- fix (readme): table c4f9635
- feat (all): lots of changes:
- refresh token can be used to login again, without JWT
- allow user to choose whether to store JWT in db or not
- added refresh token expiration date - added default expiration for JWT and refresh token (better safe than sorry)
- added redis JWT provider (it was missing completely) 825566a
v1.0.9
- fix (logout): reset payload after logout 3b99414
- fix (authenticate): update readme to document access to payload a2049c5
- feat (authenticate): allow access to payload from guard 823cf95
- fix (authenticate): multiple fixes to improve security and code style
- remove custom check of JWT
- check if the JWT is valid using the private key BEFORE hitting the database
- make functions pure, store changed state after everything has been checked
- added payload type in JWTLoginOptions 967c517
- fix (guard): check() uses wrong exception type 8ecb493