laravel / passport

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

Check that properties `grant_types` and `scopes` exist #1722

Closed uintaam closed 7 months ago

uintaam commented 7 months ago

Calling isset on a property that doesn't exist triggers strict mode violations. We should check that the attribute isset exists instead.

crynobone commented 7 months ago

Test are failing, marking this as draft.

uintaam commented 7 months ago

Thanks just fixed the tests.