1.0.0-rc.2
版本发布时间: 2018-02-09 18:14:50
tymondesigns/jwt-auth最新发布版本:2.1.1(2024-03-15 03:32:31)
:sparkles: Improvements
- Compatible with Laravel 5.6
- Add config option for
lock_subject
, allowing the removal of theprv
claim, if you don't have multiple guards (7c1d58e294b255c4afa31c121b11b947e8699cbe) - Add ability to specify
leeway
to help with clock skew (#1453) - Add lcobucci jwt provider, since
namshi/jose
has been abandoned (#1453) - Cookies can now be decrypted (#1363)
:bug: Fixes
- Fix
jwt:secret
command
:art: Other
- Tested on php 7.2
- Tons of other improvements, including code style fixes and even more test coverage
:boom: Breaking changes
-
auth()->getToken()
now returnsnull
instead offalse
if the token is not present.
👍 Huge thank you to everyone who contributed to this release!