SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
499 stars 438 forks source link

Fix Okta `Provider@getRefreshTokenResponse()` signature #1128

Closed cosmastech closed 9 months ago

cosmastech commented 9 months ago

Fix signature for Provider@getRefreshTokenResponse() due to the same method name (with a different signature) being introduced by https://github.com/laravel/socialite/pull/675

see also: https://github.com/SocialiteProviders/Okta/pull/7