Package Data | |
---|---|
Maintainer Username: | app-accounts |
Maintainer Contact: | tymon148@gmail.com (Sean Tymon) |
Package Create Date: | 2022-01-10 |
Package Last Update: | 2024-02-29 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 03:01:39 |
Package Statistics | |
---|---|
Total Downloads: | 192 |
Monthly Downloads: | 44 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This repository it 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.
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:
composer require php-open-source-saver/jwt-auth
Tymon\JWTAuth
with PHPOpenSourceSaver\JWTAuth
.
Tip: You can use Find and Replace feature of your IDE. Try it with Ctrl + Shift + R
composer remove tymon/jwt-auth
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
Full documentation is available at laravel-jwt-auth.readthedocs.io
If you want to disclose a security related issue, please follow our security policy
The MIT License (MIT)