Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: TobMoeller/socialite

Tags

v5.21.0

Toggle v5.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added email and it's scope to TwitterProvider (laravel#744)

* feat(twitter): Added email and it's scope to TwitterProvider

* fix(twitter): Adjust formatting of Authorization header in TwitterProvider

* Update TwitterProvider.php

---------

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

v5.20.0

Toggle v5.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added email to X provider (laravel#742)

* feat(x): Added email to XProvider

X has added email to OAuth2: https://devcommunity.x.com/t/announcing-support-for-email-address-retrieval-with-oauth-2-0-in-the-x-api-v2/240555

* Formatting

---------

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

v5.19.0

Toggle v5.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports PHPStan 1.12 (laravel#739)

* Supports PHPStan 2

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>

v5.18.0

Toggle v5.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog CI permission

v5.17.1

Toggle v5.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports Laravel 12 (laravel#730)

v5.17.0

Toggle v5.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added 2 additional tests for GitHub driver programmatic scope merging…

… and overwriting (laravel#729)

Introduced tests to verify correct behavior when merging scopes from config with programmatic scopes using `scopes()` and overwriting them using `setScopes()`. These ensure the driver handles scope configurations as expected.

Co-authored-by: TheAladeen <[email protected]>

v5.16.1

Toggle v5.16.1's commit message

Verified

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

* [5.x] Support PHP 8.4

* wip

* wip

* Update tests.yml

* Update tests.yml

* wip

* Update .styleci.yml

v5.16.0

Toggle v5.16.0's commit message

Verified

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

v5.15.1

Toggle v5.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check if some fields exist using limited login (laravel#709)

* Check if some fields exist using limited login

* Update FacebookProvider.php

---------

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

v5.15.0

Toggle v5.15.0's commit message

Verified

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