mitoop/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

Fund package maintenance!
Patreon

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mitoop/jwt-auth

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

This package is auto-updated.

Last update: 2025-10-08 15:36:07 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.