SocialiteProviders / Providers

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

Fixes for Apple signature #1126

Closed turbo124 closed 10 months ago

turbo124 commented 10 months ago

the refreshToken method signature does not match AbstractProvider which will result in a fatal error.

this PR sets the signature to match.

rcerljenko commented 9 months ago

@atymic could you trigger a new release maybe?