laravel / passport

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

[12.x] Make `Client::$plainSecret` public #1719

Closed axlon closed 4 months ago

axlon commented 4 months ago

This PR changes the visibility of the client plain secret to public. Due to the accessor that is present on the client model this property is already public for reading, but static analysis tools like PHPStan don't recognize this.