All notable changes to laravel-passport-scopes-restriction
will be documented in this file.
- [PSR-45] Drop Laravel 10 and add Laravel 11 support by @denniseilander in #46
Full Changelog: https://github.com/denniseilander/laravel-passport-scopes-restriction/compare/2.1.0...3.0.0
- Add Laravel 9 support by @denniseilander in #26
Full Changelog: https://github.com/denniseilander/laravel-passport-scopes-restriction/compare/2.0.0...2.1.0
- Drop PHP 7.4 and 8.0 and Laravel 8 and 9
- Add support for Laravel 10
1.0.0 - 2022-02-19
- Add Laravel 9 support
Full Changelog: https://github.com/denniseilander/laravel-passport-scopes-restriction/compare/v0.1.4...1.0.0
- Fix: Only assign scopes to the access token which are sending within the request.
- Initial release