Skip to content

Releases: SPie/laravel-jwt

v3.5.0

09 Mar 21:15
d74ece3
Compare
Choose a tag to compare

What's Changed

  • Removed unnecessary docblocks and getters in #15
  • Support Laravel 10 in #16
  • Github action for tests in #17

Full Changelog: v3.4.1...v.3.5

New JsonTokenProvider

25 Mar 20:25
5eb3edf
Compare
Choose a tag to compare

The JsonTokenProvider got added to be able to handle tokens within json in the body.

Enable Laravel 9 components

09 Mar 20:18
b33cff6
Compare
Choose a tag to compare
v3.3.0

Allow php >= 8.0.0 and laravel 9 components.

lcobucci/jwt 4.0

26 Jun 20:14
9ba9160
Compare
Choose a tag to compare

Requires lcobucci/jwt ^4.0 and nesbot/carbon ^2.0 now.

Laravl 8 Support

03 May 16:38
9bbd244
Compare
Choose a tag to compare
v3.1.0

Laravel 8 support

Fix ServiceProvider

09 Oct 22:20
Compare
Choose a tag to compare

JWTGuard is now registered for the guard registered in the auth manager.
Removed refresh the request after creating the JWTGuard, because it already gets the request injected.

V3

08 Oct 21:22
Compare
Choose a tag to compare
V3

JWTGuard extends the Laravel StatefulGuard now. Also, other features from Laravel are used instead of custom ones (like Laravels events for login, login attempt, failed login...). This Guard should more interchangeable now.
Also, the middleware is not responsible for authentication anymore. Just for attaching the JWT to the response
The package should be more simple to use within Laravel now.

PHP 7.4 is required now.

v2.0.0

12 Jun 18:37
Compare
Choose a tag to compare

Support for Laravel >= 7.0

v1.2.0

01 Oct 06:13
Compare
Choose a tag to compare

Added optional IP address check.

v1.1.1

04 Sep 21:26
Compare
Choose a tag to compare
added ip address to login events