You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if some fields exist using limited login (#709)
* Check if some fields exist using limited login
* Update FacebookProvider.php
---------
Co-authored-by: Taylor Otwell <[email protected]>
[5.x] Add Slack OpenID provider (#704)
* feat(slack): add separate openid provider
* feat(slack): add create openid driver method
* feat(slack): specifically specify nickname as `null`
* style(slack): remove native return types to keep in style of the entire package
* style(slack): remove declare strict types to keep in style of the entire package
* style(slack): do not get contents before decoding
* test(slack): add tests for Slack OpenID provider
* formatting
---------
Co-authored-by: Taylor Otwell <[email protected]>
Correct issue with GoogleProvider getUserByToken() method (#689)
* fix(google provider): check if response body of GoogleProvider's getUserByToken method is a GuzzleHttp\Psr7\Stream instance
* feat(google provider): add test for GoogleProvider's getUserByToken method last change
---------
Co-authored-by: Axel Libori Roch <[email protected]>