v5.16.0 - 2024-09-03
- Add X Provider by @tomocrafter in #712
v5.15.1 - 2024-06-28
- Check if some fields exist using limited login by @CosmicodeStudio in #709
v5.15.0 - 2024-06-11
- Support the custom parameters of the access token request by @maximepvrt in #707
v5.14.0 - 2024-05-03
- Update Socialite Providers URL by @DamianKRTurner in #703
- [5.x] Add Slack OpenID provider by @maartenpaauw in #704
v5.13.2 - 2024-04-26
v5.13.1 - 2024-04-24
- Correct issue with GoogleProvider getUserByToken() method by @ChengKaiChiang in #700
v5.13.0 - 2024-04-15
- Support OIDC token in Facebook provider (Facebook Limited Login) by @gdebrauwer in #698
v5.12.1 - 2024-02-16
- Revert "Adding basic authentication by default on signed routes (#684)" by @driesvints in #694
v5.12.0 - 2024-02-11
- [5.x] Adding basic authentication by default on signed routes by @moufmouf in #684
- Correct issue with Google refreshToken() method by @iBotPeaches in #686
- Correct issue with GoogleProvider getUserByToken() method by @alibori in #689
v5.11.0 - 2023-12-02
- [5.x] Add
refreshToken
method by @antoinelame in #675 - Adds L11 support by @nunomaduro in #676
v5.10.0 - 2023-10-30
- Update avatar and originalAvatar display size check by @luigitec in #671
- Update LinkedInProvider.php by @moha-ep in #670
v5.9.1 - 2023-09-07
- (feat) Extract some logic to a
userInstance
method. by @lucasmichot in #663
v5.9.0 - 2023-09-05
- [5.x] Include GitHub
node_id
field by @lucasmichot in #657 - [5.x] Adds
LinkedInOpenId
provider by @nunomaduro in #662
v5.8.1 - 2023-08-21
v5.8.0 - 2023-07-14
- Update Slack provider to use v2 API and allow Bot tokens by @jbrooksuk in #645
v5.7.0 - 2023-07-08
- Add support for Slack driver by @jbrooksuk in #644
v5.6.3 - 2023-06-06
- Add buildProvider method on DockBlock for IDE support by @emrancu in #643
v5.6.2 - 2023-05-29
- Fix unable to use updated config object when using Laravel Octane by @aprokopenko in #639
v5.6.1 - 2023-01-20
- Add app property by @driesvints in #621
v5.6.0 - 2023-01-13
- Laravel v10 Support by @driesvints in #618
v5.5.8 - 2023-01-05
- Fix User return types by @antoinelame in #614
v5.5.7 - 2022-12-28
- Fixed string type issue by @driesvints in https://github.com/laravel/socialite/commit/295a36648828f0419c1e9cbedd97609d2a4cb211
v5.5.6 - 2022-11-08
- PHP 8.2 support by @driesvints in #607
v5.5.5 - 2022-08-20
- Add ability to override access token request headers by @JasonTolliver in #603
v5.5.4 - 2022-08-08
- Add correct encoding and the required state param by @xhezairbey in #599
v5.5.3 - 2022-07-18
- Add Twitter OAuth 2 fallback call by @driesvints in #596
v5.5.2 - 2022-03-15
- Allow OAuth version in the Twitter config by @taylorotwell (68afb03)
v5.5.1 - 2022-02-08
- Override abstract provider for Twitter's OAuth 2.0 provider (#576)
v5.5.0 - 2022-02-01
- add/set approvedScopes in User (#572)
- Add Twitter OAuth2 provider (#574)
- Laravel 9 Support (#571)
- Fix PHP 8.1 issues (#567)
- Make
enablePKCE
public (#550)
- Handle 'scope' for Twitter Oauth1 (#548)
- Add reset methods for Octane (07840c0)
- Update provider to use DeferrableProvider instead (#529)
- Make PKCE opt-in (#523)
- Add support for OAuth 2.0 PKCE extension (#518)
- Added support for self hosted Gitlab instances (#510)
- Fix scope separator in Gitlab provider (#512)
- Revert Facebook picture access token changes (#504)
- Cache User instance to allow
$provider->user()
to be called multiple times (#498)
- PHP 8 Support (#495)
- Include access token when requesting Facebook user profile photo (#489)
- Include
grant_type=authorization
code in token request parameters (#488)
- Fix bitbucket provider (#475)
- Only use the
read_user
scope for GitLab by default (#403)
- Drop Laravel 5.7 support (0bd64ae)
- Drop Laravel 5.8 support (4757ec4c)
- Drop PHP 7.1 support (6e21f1a)
- Fix containter call (#450)
- Support Guzzle 7 (#449)
- Remove guzzlehttp/guzzle ~5.0 workaround (#448)
- Use Authorization header for Github provider (#430)
- Override
SocialiteServiceProvider::isDeferred()
to mark as deferred (#412)
- Allow to manually set desired Facebook graph version (#408)
- Change default Facebook graph version to 3.3 (#408)
- Laravel 6.0 support (#390)
- Updated version constraints for Laravel 6.0 (3fe71f1)
- Fix bug with no LinkedIn email addresses (#355)
- Use proper key name for original avatar in Google Provider (5ec0024)
- Update Google API urls (#346)
- Laravel 5.8 support (32b5ecf)
- Handle Google responses excluding 'name' (#340)
- Use proper localized name (#329)
- Fix a bug with no LinkedIn image (81adfcc)
- Fixed broken
GoogleProvider
(#316)
- Fixed and updated the broken LinkedIn provider (#310)