PHP-Open-Source-Saver/jwt-auth: JSON Web Token ... - GitHub
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:
- Run composer remove tymon/jwt-auth
Info An error will appear because the package is still in use, ignore it.
- Replace all the occurrences of Tymon\JWTAuth with PHPOpenSourceSaver\JWTAuth.
Tip: You can use Find and Replace feature of your IDE. Try it with Ctrl + Shift + R
- 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:
- JWTGuard have new required constructor parameter $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)
Từ khóa » Jwt Php Github
-
Firebase/php-jwt: PHP Package For JWT - GitHub
-
Lcobucci/jwt: A Simple Library To Work With JSON Web Token ... - GitHub
-
JSON Web Tokens (JWT) Implementation For PHP 7. - GitHub
-
Adhocore/php-jwt: Ultra Lightweight, Dependency Free And ... - GitHub
-
Php-jwt/p At Main · Firebase/php-jwt - GitHub
-
Gamegos/php-jwt: PHP JSON Web Token (JWT) Library - GitHub
-
Auth0/php-jwt-example - GitHub
-
Php-jwt · GitHub Topics
-
GitHub - Web-token/jwt-framework
-
Tymondesigns/jwt-auth: JSON Web Token Authentication For ... - GitHub
-
Auth0/php-jwt: A Simple Library To Work With JSON Web ... - GitHub
-
Miladrahimi/php-jwt: A PHP Implementation Of JWT (JSON ... - GitHub
-
Example Of JWT With Pure PHP - Gists · GitHub
-
GitHub - Sitepoint-editors/basic-php-jwt-auth-example