All notable changes to this package will be documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.5.0 - 2020-09-09
- Added support for Laravel 8
1.4.0 - 2020-03-03
- Added support for Laravel 7
1.3.0 - 2020-01-17
- Added the
JWTGuard::setTokenSigner()
method to allow for the customisation of token signing
1.2.0 - 2020-01-12
- Added the
jwt:generate
command to generate keys for signing JWTs (#7)
1.1.2 - 2020-01-03
- Fix TTL parsing when generating token (#5)
- Updated README to mention middleware required for JWT cookie
1.1.1 - 2019-12-14
- Added missing property for cookie jar on JWT guard
- Added null check for user provider when instantiating guard
- Updated docblocks for exceptions
- Explicitly call
toString()
method on UUIDs
1.1.0 - 2019-12-14
- Added HTTP only cookie support
- Added custom token generator support
- Added custom token validator support
- Add validation for token expiry which was previously missing
1.0.0 - 2019-11-19
- Initial release