Skip to content

Tags: laravel/socialite

Tags

v5.16.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.x] Support PHP 8.4 (#722)

* [5.x] Support PHP 8.4

* wip

* wip

* Update tests.yml

* Update tests.yml

* wip

* Update .styleci.yml

v5.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update config.yml

v5.15.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v5.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support the custom parameters of the access token request (#707)

v5.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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]>

v5.13.2

Verified

This commit was signed with the committer’s verified signature.
StyleCIBot StyleCI Bot
Apply fixes from StyleCI

v5.13.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct issue with GoogleProvider getUserByToken() method (#700)

* fix google provider

* fix google provider

v5.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support OIDC token in Facebook provider (Facebook Limited Login) (#698)

* Support OIDC token

* Lower firebase/php-jwt min version

* Formatting

* Add docblocks

* formatting

* formatting

---------

Co-authored-by: Taylor Otwell <[email protected]>

v5.12.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Adding basic authentication by default on signed routes (#684)…

…" (#694)

This reverts commit 05af22c.

v5.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>