mitoop/jwt-auth

JSON Web Token Authentication for Laravel and Lumen
30 1
Install
composer require mitoop/jwt-auth
Latest Version:v1.3.1
PHP:^8.1
License:MIT
Last Updated:Oct 8, 2023
Links: GitHub  ·  Packagist
Maintainer: Mitoop

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.