Skip to content

Releases: tymondesigns/jwt-auth

1.0.0-rc.3 + Laravel 5.7 Compatibility

20 Sep 07:45
Compare
Choose a tag to compare
Pre-release

✨ Improvements

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

🎨 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 + Laravel 5.6 Compatibility

09 Feb 10:14
Compare
Choose a tag to compare
Pre-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!

1.0.0-rc.1 + Laravel 5.5 Compatibility

31 Aug 18:57
Compare
Choose a tag to compare
Pre-release

✨ Improvements

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

🐛 Fixes

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

🎨 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

Fix laravel 5.4 & update namshi/jose dependency

07 Jun 21:38
Compare
Choose a tag to compare
  • Update namshi/jose dependency to fix issues with phpseclib
  • Fix laravel 5.4 compatibility in service provider

JTI improvement

06 Apr 20:00
Compare
Choose a tag to compare
JTI improvement Pre-release
Pre-release
  • jti claim is now totally random as per the develop branch

1.0.0-beta.3

25 Mar 22:52
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release
  • includes some important fixes along with some minor tweaks and improvements

1.0.0-beta.2 Laravel 5.4 compatibility

30 Jan 09:12
Compare
Choose a tag to compare
Pre-release
  • fixes issue from previous release

Laravel 5.4 compatibility

29 Jan 22:02
Compare
Choose a tag to compare
Pre-release
Merge pull request #971 from tymondesigns/analysis-8QPZLj

Apply fixes from StyleCI

[ci skip] [skip ci]

Initial beta release

20 Nov 20:26
Compare
Choose a tag to compare
Initial beta release Pre-release
Pre-release
1.0.0-beta.1

Merge branch 'develop' of github.com:tymondesigns/jwt-auth into develop

1.0.0-alpha.3

06 Sep 19:57
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release
Add Laravel 5.3 specific tests (#838)