Support WPGraphQL
Hi, would you be willing to support WPGraphQL?
This line only allows XML RPC and REST. It therefore actively blocks WPGraphQL requests.
It works really well once you get past that check as WPGraphQL relies on WP internals for auth.
Here is a try at a PR, let me know if you want any changes to it and I'll be glad to get it done so it can be merged and released 👍
Thank you opening the pull request! This sounds like a great idea!
Could we update the the WPGraphQL plugin to use the application_password_is_api_request filter instead of hardcoding the specific API method here?
@kasparsd Oh, I didn't really notice that filter, neat! Then it can be worked around in a custom plugin for now. We'll go for that in the meantime.
I don't know about updating WPGraphQL to include that, @jasonbahl might be the right guy to answer those questions.
Would be awesome if these two plugins were compatible with each other upon just installing and enabling them.