JWT Auth Versions Save

🔐 JSON Web Token Authentication for Laravel & Lumen

2.1.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/tymondesigns/jwt-auth/compare/2.1.0...2.1.1

2.1.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/tymondesigns/jwt-auth/compare/2.0.0...2.1.0

2.0.0

1 year ago

:sparkles: Improvements

  • Compatibility with Laravel 9 & 10 (Laravel 9 was previously done but not tagged)
  • Move to GH actions

1.0.2

3 years ago

:sparkles: Improvements

1.0.1

3 years ago

:sparkles: Improvements

  • Compatible with Laravel 8

1.0.0

4 years ago

:sparkles: Improvements

  • Compatible with Laravel 7

:boom: Breaking changes

  • Drop support for Laravel 5.1
  • Drop support for Cartalyst Sentinel

1.0.0-rc.5.1

4 years ago

:bug: Bug fixes

  • Fix for php 7.3 when defining persistent claims that do not exist

1.0.0-rc.5

4 years ago

:sparkles: Improvements

  • Compatible with Laravel 6 (4908d376687bc836e463d851a842d5f0c1c8f494)
  • Added "always-no" option to secret generate command (59421160e5713f14972a72edce7c63ba6a1e3332)

1.0.0-rc.4.1

5 years ago

:bug: Bug fixes

  • Do not add to blacklist if it already exists (63698d304554e5d0bc3eb481cc260a9fc900e151)
  • Fix issue with php 5 (1ce697e1fa280bf22196bc397b324bc9997b90b3)

1.0.0-rc.4

5 years ago

:sparkles: Improvements

  • Compatible with Laravel 5.8 (34d8e48b2a3dd779f37e53fcb76f37e69e8cdd25)
  • Compatible with Carbon 2 (8dfa7952bf752ea1867fcb038a92e01e4b0d8668)

:bug: Bug fixes

  • Allow nbf claim to be in the future (b860a4ca219d6d76374445cffd9836b1bd1db9a6)

:art: Other

  • Increase generated secret key length in jwt:secret command to 64 characters (f72b8eb0deff2c002d40a8b0411a546c28ebec98)