JWT Auth Versions Save

🔐 JSON Web Token Authentication for Laravel & Lumen

1.0.0-rc.3

5 years ago

:sparkles: Improvements

  • Compatible with Laravel 5.7 (#1655)
  • Added JWTProvider (#1505)
  • JWTGuard is now macroable (#1604)
  • Reset claims collection when creating a payload (#1589)

:art: Other

JWTAuth also respects the lock_subject config (#1545)


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

ℹī¸ The next release will be 1.0.0 and I will be stepping up activity on this repo very soon. Thanks for bearing with me 🙏

1.0.0-rc.2

6 years ago

:sparkles: 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 (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 returns null instead of false if the token is not present.

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

1.0.0-rc.1

6 years ago

:sparkles: Improvements

  • Compatible with Laravel 5.5 đŸ’Ĩ (#1278) (#1255)
  • Support for multiple guards (#1167)
  • More sensible order of claim overrides (#1222)

:bug: Fixes

  • Fix for Lumen empty request issue (#1243)
  • Fix jwt:secret command not returning when it should (5b4785e45671a45fdb23d3b3df5c9c31681d547c)

:art: Other

  • Adding code of conduct
  • Tons of other improvements, including code style fixes and even more test coverage

Full docs will be ready for the final 1.0.0 release

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

@lucasmichot @cappuc @crynobone @miscbits @MitchellMcKenna @KennedyTedesco @DanielMcAssey @hughsaffar @nachodd

0.5.12

6 years ago
  • Update namshi/jose dependency to fix issues with phpseclib
  • Fix laravel 5.4 compatibility in service provider

0.5.11

7 years ago
  • jti claim is now totally random as per the develop branch

1.0.0-beta.3

7 years ago
  • includes some important fixes along with some minor tweaks and improvements

1.0.0-beta.2

7 years ago
  • fixes issue from previous release

0.5.10

7 years ago

1.0.0-beta.1

7 years ago

1.0.0-alpha.3

7 years ago