mitoop/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

Fund package maintenance!
Patreon

v1.3.1 2023-10-08 11:21 UTC

This package is auto-updated.

Last update: 2024-05-08 12:27:20 UTC


README

It's a fork of tymondesigns/jwt-auth v2.0.0

Some changes:

  • PHP ^8.0 to ^8.1
  • lcobucci/jwt ^4.0 to ^5.0
  • Laravel support Laravel 10.* only, will support Laravel 11.* and onwards
  • Remove original deprecated class and code
  • Support for configuration token parsers and token key in config file

More, continue to support all unit tests.