Skip to content

1.0.0-rc.2 + Laravel 5.6 Compatibility

Pre-release
Pre-release
Compare
Choose a tag to compare
@tymondesigns tymondesigns released this 09 Feb 10:14
· 76 commits to develop since this release

✨ 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!