-
Notifications
You must be signed in to change notification settings - Fork 944
Comparing changes
Open a pull request
base repository: laravel/socialite
base: v5.13.1
head repository: laravel/socialite
compare: 5.x
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24cb657 - Browse repository at this point
Copy the full SHA 24cb657View commit details
Commits on Apr 26, 2024
-
Added scopes, setScopes, getScopes and redirectUrl method signatures to PHPDoc (#647)
Configuration menu - View commit details
-
Copy full SHA for cab7546 - Browse repository at this point
Copy the full SHA cab7546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 278d461 - Browse repository at this point
Copy the full SHA 278d461View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f79e67a - Browse repository at this point
Copy the full SHA f79e67aView commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 146052c - Browse repository at this point
Copy the full SHA 146052cView commit details
Commits on May 3, 2024
-
[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 <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for c7b0193 - Browse repository at this point
Copy the full SHA c7b0193View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beb3adc - Browse repository at this point
Copy the full SHA beb3adcView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8234bf - Browse repository at this point
Copy the full SHA c8234bfView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d772c96 - Browse repository at this point
Copy the full SHA d772c96View commit details
Commits on Jun 28, 2024
-
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 <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for cc02625 - Browse repository at this point
Copy the full SHA cc02625View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c6f34f - Browse repository at this point
Copy the full SHA 7c6f34fView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e177bf - Browse repository at this point
Copy the full SHA 1e177bfView commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e66b22 - Browse repository at this point
Copy the full SHA 6e66b22View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00598da - Browse repository at this point
Copy the full SHA 00598daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a2dc9 - Browse repository at this point
Copy the full SHA 40a2dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f1a1e - Browse repository at this point
Copy the full SHA 38f1a1eView commit details
Commits on Sep 27, 2024
-
Update logo to support dark/light theme (#717)
* Update logo.svg * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 8b32227 - Browse repository at this point
Copy the full SHA 8b32227View commit details
Commits on Dec 11, 2024
-
* [5.x] Support PHP 8.4 * wip * wip * Update tests.yml * Update tests.yml * wip * Update .styleci.yml
Configuration menu - View commit details
-
Copy full SHA for 4e5be83 - Browse repository at this point
Copy the full SHA 4e5be83View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1267db - Browse repository at this point
Copy the full SHA d1267dbView commit details
Commits on Jan 15, 2025
-
Add "email_verified" to linkedin openid (#725)
* Add email_verified to linkedin-openid * Update linkedin-openid tests
Configuration menu - View commit details
-
Copy full SHA for c654af8 - Browse repository at this point
Copy the full SHA c654af8View commit details
Commits on Jan 16, 2025
-
[5.x] Adds support for configuring scope of providers from configurat…
…ion. (#728) Update `buildProvider` to initialize scopes from the configuration `services.{driver}.scopes` array if provided. Add tests to validate GitHub driver behaves correctly with and without `services.{driver}.scopes` array provided in configuration. Ensure scopes are returned as indexed arrays without missing indexes by using `array_values` to possibly prevent future implementation issues. Ensure backwards compatibility by wrapping provider instantiation in parenthesis when calling scopes(). Co-authored-by: TheAladeen <DisruptivePigeon@proton.me>
Configuration menu - View commit details
-
Copy full SHA for b2ce47b - Browse repository at this point
Copy the full SHA b2ce47bView commit details
Commits on Jan 17, 2025
-
Added 2 additional tests for GitHub driver programmatic scope merging…
… and overwriting (#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 <DisruptivePigeon@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 77be8be - Browse repository at this point
Copy the full SHA 77be8beView commit details
Commits on Jan 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 20a8216 - Browse repository at this point
Copy the full SHA 20a8216View commit details
Commits on Jan 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4b44c97 - Browse repository at this point
Copy the full SHA 4b44c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for c746579 - Browse repository at this point
Copy the full SHA c746579View commit details
Commits on Feb 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e3f0d3 - Browse repository at this point
Copy the full SHA 8e3f0d3View commit details
Commits on Feb 7, 2025
-
* add twitch provider * add to manager * update scopes * Apply fixes from StyleCI * formatting --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
Configuration menu - View commit details
-
Copy full SHA for 1824978 - Browse repository at this point
Copy the full SHA 1824978View commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7809dc7 - Browse repository at this point
Copy the full SHA 7809dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb6561 - Browse repository at this point
Copy the full SHA 2eb6561View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2bbb5fb - Browse repository at this point
Copy the full SHA 2bbb5fbView commit details -
docs: sync readme with recent adapters (#735)
* docs: sync readme with recent adapters * Update README.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for ec70b7c - Browse repository at this point
Copy the full SHA ec70b7cView commit details
Commits on Feb 27, 2025
-
[5.x] Throw exception if config is incomplete (#736)
* Throw exception if config is incomplete * rename method * Update SocialiteManager.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for f170502 - Browse repository at this point
Copy the full SHA f170502View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf16cbf - Browse repository at this point
Copy the full SHA cf16cbfView commit details
There are no files selected for viewing
This file was deleted.