SocialiteProviders / Providers

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

Fix Start.gg `getRefreshTokenResponse()` #1137

Closed nickbeen closed 5 months ago

nickbeen commented 6 months ago

The recently added getRefreshTokenResponse() method (https://github.com/laravel/socialite/pull/675) does not work with start.gg as they use an unconventional setup for updating refresh tokens.

This PR overrides getRefreshTokenResponse() with the necessary changes.