Releases: laravel/socialite
Releases · laravel/socialite
v5.1.1
Changed
- Cache User instance to allow
$provider->user()
to be called multiple times (#498)
v5.0.3
Fixed
- Include access token when requesting Facebook user profile photo (#489)
v5.0.2
Fixed
- Include
grant_type=authorization
code in token request parameters (#488)
v5.0.1
Fixed
- Fix bitbucket provider (#475)
v5.0.0
Added
- Add custom exceptions for providers of One (#440)
- Support Laravel 8 (#465, #466)
Changed
- Only use the
read_user
scope for GitLab by default (#403)
Removed
v4.4.1
Fixed
- Fix containter call (#450)
v4.4.0
Added
Removed
- Remove guzzlehttp/guzzle ~5.0 workaround (#448)
v4.3.2
Fixed
- Use Authorization header for Github provider (#430)
v4.3.1
Fixed
- Override
SocialiteServiceProvider::isDeferred()
to mark as deferred (#412)