- Support for Laravel 11
- Allow setting issuedby (PR by @abublihi)
- Support for Laravel 10
- Support Passport 11.x, which uses the latest version of lcobucci/jwt 5.x
- Support for Laravel 9
- Added support for custom claim formatters.
- PR from vigneshgurusamy to remove duplicate code.
- Compatibility with Passport 10.1. Note that you should only move to the 2.x versions if you run Passport 10.1 or higher.
- Added the option to check the value of a claim in the middleware
- Added a middleware that can check for the presence of a claim
- Added support for Laravel 8.x and Passport 10.x
- Added github workflow CI for commits and PRs
- Added artisan command to generate a claim class
- Added tests
- Added some more documentation in the readme
- Support Laravel Passport 9.x
- Depend on Laravel Passport 8.x
- No longer proof of concept, we use this in production
- readme changes
- initial version