Tags: TobMoeller/socialite
Tags
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]>
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]>
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]>
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]>
[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
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]>
Support the custom parameters of the access token request (laravel#707)
PreviousNext