-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update handling of App Pwds #730
Comments
Note that with the approach above, we can avoid hard-coding |
Also noting that we should look to update our directions on setting up external connections where folks on WordPress X.Y and above do not need the Application Passwords plugin as it's part of WP core: https://github.com/10up/distributor#set-up-external-connections-using-application-passwords |
I made a pull request to address this - #838 |
As work in beginning on Distributor 2.0.0, I've moved this enhancement off the 1.7.0 milestone to allow the point release to focus on bug fixes. |
In 7f53170 I added the distributor/includes/rest-api.php Lines 371 to 378 in 7f53170
This change will account for sites that install WP in a sub-directory but I am wondering if a second HTTP request (or internal request to the REST index) is preferable to account for custom authentication. To fix this, for now, I'll work of the data added while removing the legacy plugin. |
Is your enhancement related to a problem? Please describe.
Following on from #682, we should look to update how Distributor leverages Application Passwords based on feedback from @TimothyBJacobs:
Describe the solution you'd like
Designs
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: