jwt-auth
jwt-auth copied to clipboard
🔐 JSON Web Token Authentication for Laravel & Lumen
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Release notes Sourced from rector/rector's releases. Released Rector 0.13.10 New Features :tada: [Php80] Add MixedTypeRector (#2701) [CodingStyle] Skip has static...
### Summary how to use jwt auth without db table check (db less) for use in microservice
## Description Fix logout/invalidate bug _https://github.com/PHP-Open-Source-Saver/jwt-auth/issues/157_ - _https://github.com/PHP-Open-Source-Saver/jwt-auth/issues/84_ Token has been added to black list but the problem with decode method ```php public function decode(Token $token, $checkBlacklist = true) {...
### Summary I have the following guards defined which uses different models and it works really well for me, one problem that I have is I can't have them configured...
### Summary Nowadays many projects are made using microservices approach, and it would be nice to have support to use JWTs without having users in database (basically, just parse token...
switch to codecov v2 uploader, add comments and checks for each build
## Description Translated some of the docs into Russian ## Checklist: - [x] I've added tests for my changes or tests are not applicable - [x] I've changed documentations or...
Can I translate the docs into my native language? Or you wish It to be only in English?
### Subject of the issue After https://github.com/PHP-Open-Source-Saver/jwt-auth/pull/141 was merged, on master https://github.com/PHP-Open-Source-Saver/jwt-auth/runs/6501560509?check_suite_focus=true was triggered and failed: ``` remote: error: GH006: Protected branch update failed for refs/heads/main. remote: error: At least...
### Subject of the issue JWT token is not invalidated after logout ### Your environment: | Q | A | ----------------- | --- | Bug? | yes | Framework |...