batenburg/jwt-verifier
Verify JWT for Symfony and Laravel
Maintainers
v1.0.4
2021-01-10 12:01 UTC
Requires
- php: >= 7.4.0
- ext-json: *
- guzzlehttp/guzzle: ^7.0 || ^7.1 || ^7.2
- symfony/framework-bundle: ^4.4 || ^5.1 || ^5.2
Requires (Dev)
- lcobucci/jwt: ^3.4
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.3
- web-token/jwt-framework: ^2.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT a982397c630d00001cf553192797a9bdb5e6cca7
- Patrick Batenburg <p.batenburg.woop@live.nl>
README
This JWT Verifier is for Symfony and Laravel. Right now this package is in it is firs testing version.
Build Status: 👁 Build Status
Code coverage: 👁 Coverage Status
Future improvements
This package can be used with both Symfony as Laravel. For both frameworks you need to set up dependency injection.
- Have a separate packages for Symfony which use this packages, laravel is available batenburg/jwt-guard.
- Have a request in this package, so we do need require the Symfony request anymore as a dependency.
- Add multiple adaptors to the package, so we can support more Packages.
- Make it work with php 8.0
Open for suggestion
Please make tickets in github or provide a PR.
