laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.
https://laravel.com/docs/passport
MIT License
3.29k stars 780 forks source link

Update composer.json #1677

Closed drhoussem closed 1 year ago

drhoussem commented 1 year ago

Require latest league/oauth2-server which introduced a security fix.

More details in this PR: https://github.com/thephpleague/oauth2-server/pull/1353