Skip to content

Releases: tymondesigns/jwt-auth

2.2.1

16 Apr 22:24
42381e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

28 Feb 08:18
6c98cea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.2.0

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)