packagist tymon/jwt-auth 1.0.0-rc.2
1.0.0-rc.2 + Laravel 5.6 Compatibility

latest releases: 2.2.1, 2.2.0, 2.1.1...
8 years ago

✨ Improvements

  • Compatible with Laravel 5.6
  • Add config option for lock_subject, allowing the removal of the prv claim, if you don't have multiple guards (7c1d58e)
  • 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)

🐛 Fixes

  • Fix jwt:secret command

🎨 Other

  • Tested on php 7.2
  • Tons of other improvements, including code style fixes and even more test coverage

💥 Breaking changes

  • auth()->getToken() now returns null instead of false if the token is not present.

👍 Huge thank you to everyone who contributed to this release!

Don't miss a new jwt-auth release

NewReleases is sending notifications on new releases.