batenburg/jwt-verifier

Verify JWT for Symfony and Laravel

v1.0.4 2021-01-10 12:01 UTC

This package is auto-updated.

Last update: 2024-04-10 20:25:38 UTC


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.

  1. Have a separate packages for Symfony which use this packages, laravel is available batenburg/jwt-guard.
  2. Have a request in this package, so we do need require the Symfony request anymore as a dependency.
  3. Add multiple adaptors to the package, so we can support more Packages.
  4. Make it work with php 8.0

Open for suggestion

Please make tickets in github or provide a PR.