Skip to content

Commit bec67a0

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 7b8915d commit bec67a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"automattic/jetpack-blocks": "^3.0.8-alpha",
1010
"automattic/jetpack-calypsoify": "^0.2.2-alpha",
1111
"automattic/jetpack-classic-theme-helper": "^0.11.5-alpha",
12-
"automattic/jetpack-connection": "^6.7.7",
12+
"automattic/jetpack-connection": "^6.8.0-alpha",
1313
"automattic/jetpack-masterbar": "^0.14.2-alpha",
1414
"automattic/jetpack-redirect": "^3.0.5",
1515
"automattic/jetpack-stats-admin": "^0.24.6-alpha",

0 commit comments

Comments
 (0)