Skip to content

Releases: tymondesigns/jwt-auth

2.1.1

14 Mar 19:32
51620eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

11 Mar 10:13
9c82452
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0 Release

16 Feb 16:33
b0868a5
Compare
Choose a tag to compare

✨ Improvements

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

1.0.2 Release

27 Nov 18:40
Compare
Choose a tag to compare

✨ Improvements

  • Prevent installation of lcobucci/jwt 3.4 and above due to breaking deprecation notice in laravel #2059

1.0.1 Release

08 Sep 12:52
b927137
Compare
Choose a tag to compare

✨ Improvements

  • Compatible with Laravel 8

1.0.0 Release

05 Mar 12:47
d4cf9fd
Compare
Choose a tag to compare

✨ Improvements

  • Compatible with Laravel 7

💥 Breaking changes

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

1.0.0-rc.5.1

21 Jan 13:44
Compare
Choose a tag to compare
1.0.0-rc.5.1 Pre-release
Pre-release

🐛 Bug fixes

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

1.0.0-rc.5 + Laravel 6 compatibility

12 Sep 17:08
Compare
Choose a tag to compare
Pre-release

✨ Improvements

  • Compatible with Laravel 6 (4908d37)
  • Added "always-no" option to secret generate command (5942116)

1.0.0-rc.4.1

14 Mar 20:55
63698d3
Compare
Choose a tag to compare
1.0.0-rc.4.1 Pre-release
Pre-release

🐛 Bug fixes

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

1.0.0-rc.4 + Laravel 5.8 compatibility

12 Mar 19:32
Compare
Choose a tag to compare
Pre-release

✨ Improvements

  • Compatible with Laravel 5.8 (34d8e48)
  • Compatible with Carbon 2 (8dfa795)

🐛 Bug fixes

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

🎨 Other

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