Skip to content

Commit

Permalink
Connection: allow provisioning using an application password (#40447)
Browse files Browse the repository at this point in the history
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@5baf0a9
  • Loading branch information
sergeymitr authored and matticbot committed Dec 5, 2024
1 parent d85a01c commit 658a5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"php": ">=7.2",
"automattic/jetpack-blocks": "^3.0.1",
"automattic/jetpack-assets": "^4.0.1",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-connection": "^6.2.0-alpha",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-connection": "^6.2.0-alpha",
"automattic/wordbless": "^0.4.2"
},
"suggest": {
Expand Down

0 comments on commit 658a5b9

Please sign in to comment.