Releases: laravel/socialite
Releases · laravel/socialite
v5.1.3
Added
- Added support for self hosted Gitlab instances (#510)
Fixed
- Fix scope separator in Gitlab provider (#512)
v5.1.2
Security
- Revert Facebook picture access token changes (#504)
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)