JSON Web Token Authentication for Laravel and Lumen

Package info

github.com/PHP-Open-Source-Saver/jwt-auth

pkg:composer/php-open-source-saver/jwt-auth

Statistics

Installs: 10 916 653

Dependents: 54

Suggesters: 5

Stars: 839

Open Issues: 19

2.9.2 2026-05-07 16:44 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT ce08363a9986e5253efd3663ed4f75c976bec89a

  • Sean Tymon <tymon148.woop@gmail.com>
  • Eric Schricker <eric.schricker.woop@adiutabyte.de>
  • Fabio William ConceiΓ§Γ£o <messhias.woop@gmail.com>
  • Max Snow <contact.woop@maxsnow.me>

AuthenticationauthlaraveljwtJSON Web Token

This package is auto-updated.

Last update: 2026-06-07 16:54:14 UTC


README

πŸ‘ Image

Credits

This repository is a fork from original tymonsdesigns/jwt-auth, we decided to fork and work independent because the original one was not being updated for long time and keep doing support for the application.

Migrating from tymondesigns/jwt-auth

This uses different namespace, then tymondesigns/jwt-auth, but overall, provides the same API, that makes migration to this repository pretty easy:

  1. Run composer remove tymon/jwt-auth

    Info An error will appear because the package is still in use, ignore it.

  2. Replace all the occurrences of Tymon\JWTAuth with PHPOpenSourceSaver\JWTAuth.

    Tip: You can use Find and Replace feature of your IDE. Try it with + +

  3. Run composer require php-open-source-saver/jwt-auth

Notes

Due to new features, added in our library, there are some incompatibilities. This won't hurt you in most cases, unless you have implicitly disabled autodiscovery for original Tymon's package.

Current compatability breaks:

Documentation

Full documentation is available at laravel-jwt-auth.readthedocs.io

Security

If you want to disclose a security related issue, please follow our security policy

License

The MIT License (MIT)