Download the PHP package php-open-source-saver/jwt-auth without Composer
On this page you can find all versions of the php package php-open-source-saver/jwt-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download php-open-source-saver/jwt-auth
More information about php-open-source-saver/jwt-auth
Files in php-open-source-saver/jwt-auth
Package jwt-auth
Short Description JSON Web Token Authentication for Laravel and Lumen
License MIT
Homepage https://github.com/PHP-Open-Source-Saver/jwt-auth
Informations about the package jwt-auth
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
withPHPOpenSourceSaver\JWTAuth
. Tip: You can use Find and Replace feature of your IDE. Try it with Ctrl + Shift + R 3) Runcomposer 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:
$eventDispatcher
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)
All versions of jwt-auth with dependencies
ext-json Version *
illuminate/auth Version ^10|^11
illuminate/contracts Version ^10|^11
illuminate/http Version ^10|^11
illuminate/support Version ^10|^11
lcobucci/jwt Version ^5.0
namshi/jose Version ^7.0
nesbot/carbon Version ^2.0|^3.0