From 849dbaa76f21d23284cc8edee88eb1a7923427e7 Mon Sep 17 00:00:00 2001 From: sergeymitr Date: Thu, 5 Dec 2024 20:03:35 +0000 Subject: [PATCH] Connection: allow provisioning using an application password (#40447) Modify permission check for `/jetpack/v4/remote_provision` endpoint to allow application passwords. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12186994851 Upstream-Ref: Automattic/jetpack@5baf0a90a049e56f592707f8aa470f8eb5fb5f85 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e306423..315c5f7 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=7.2", "automattic/jetpack-admin-ui": "^0.5.1", "automattic/jetpack-assets": "^4.0.1", - "automattic/jetpack-connection": "^6.1.1", + "automattic/jetpack-connection": "^6.2.0-alpha", "automattic/jetpack-my-jetpack": "^5.1.1", "automattic/jetpack-plans": "^0.5.1" },