Skip to content

Releases: ngabor84/laravel-jwt-auth

v3.1.0

04 Oct 11:42
Compare
Choose a tag to compare

Upgrade dependencies, drop PHP 8.1 support, and add PHP 8.3 support

3.0.0

09 Jun 09:24
Compare
Choose a tag to compare
BREAKING CHANGE - Upgrade to PHP 8.1

2.0.0

26 Apr 09:42
Compare
Choose a tag to compare

BREAKING CHANGE - Modify request decoration (tokenPayload) to make it retrievable via the request::get method

1.0.0

25 Apr 09:59
Compare
Choose a tag to compare

BREAKING CHANGE - PHP 7.x support was dropped and the tokenPayload must be retrieved via the InputBag::all method instead of the get method (https://github.com/symfony/symfony/blob/6.0/src/Symfony/Component/HttpFoundation/CHANGELOG.md)

0.7.0

25 Apr 09:47
Compare
Choose a tag to compare
remove Codeship status badge

0.6.0

17 Jun 11:47
Compare
Choose a tag to compare
update dependencies

0.5.0

04 Dec 16:22
Compare
Choose a tag to compare
fix phpinsights errors

0.4.2

19 Sep 08:34
Compare
Choose a tag to compare
change Config object auto injection to global config function

0.4.1

03 Sep 10:28
Compare
Choose a tag to compare
change token payload decoration to use request instead of attribute

0.4.0

03 Sep 10:06
Compare
Choose a tag to compare
add option to decorate the request with the token payload