Skip to content

Commit dcdcc81

Browse files
Initsogarmatticbot
authored andcommitted
JPMT-28 Connection: add provider-specific authentication endpoints (#42602)
* Add provider-specific authorization URL endpoint for Jetpack connection * changelog * Add support for magic link authentication and update provider options * Replace string-based URL manipulation with proper URL parsing and construction for provider-specific authentication endpoints. * Update doc, bring back $raw parameter * Refactor email address assignment using null coalescing operator * Update permission callback to use the correct method and handle optional redirect URI and email address parameters * Refactor email address handling in magic link flow and ensure URL parameter values are properly encoded * Add unit tests for provider-specific authentication endpoints * Fix phan warning Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14000537385 Upstream-Ref: Automattic/jetpack@96b2fa3
1 parent e9ce7ca commit dcdcc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"php": ">=7.2",
88
"automattic/jetpack-blocks": "^3.0.8-alpha",
99
"automattic/jetpack-assets": "^4.0.14",
10-
"automattic/jetpack-connection": "^6.7.7",
10+
"automattic/jetpack-connection": "^6.8.0-alpha",
1111
"automattic/jetpack-logo": "^3.0.4",
1212
"automattic/jetpack-status": "^5.0.10",
1313
"automattic/jetpack-sync": "^4.9.2"
1414
},
1515
"require-dev": {
1616
"yoast/phpunit-polyfills": "^3.0.0",
1717
"automattic/jetpack-changelogger": "^6.0.2",
18-
"automattic/jetpack-connection": "^6.7.7",
18+
"automattic/jetpack-connection": "^6.8.0-alpha",
1919
"automattic/jetpack-test-environment": "@dev",
2020
"automattic/phpunit-select-config": "^1.0.1"
2121
},

0 commit comments

Comments
 (0)