Allow other grant_types in gatsby-source-wordpress (wpcom integration) #24875
Replies: 1 comment
-
Hi @robations , thanks for opening a feature request! @jasonbahl do you have any knowledge about using WPGraphQL and wp.com? If WPGraphQL and the new version of Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
gatsby-source-wordpress
only allows the "password" grant type for integrating with wordpress.com, suggest we allow to configureauthorization_code
grant type as well.Basic example
Allow to specify an authorization code as documented here using the
authorization_code
grant type.Motivation
This would allow:
Beta Was this translation helpful? Give feedback.
All reactions