You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently gatsby-source-wordpress hardcodes the jwt token endpoint /jwt-auth/v1/token. I am using https://github.com/jonathan-dejong/simple-jwt-authentication/wiki/Documentation which uses /simple-jwt-authentication/v1/token endpoint instead. It would be great to pass the basepath in jwt options so we can support this plugin and future plugins that use different namespace.
The text was updated successfully, but these errors were encountered:
Currently gatsby-source-wordpress hardcodes the jwt token endpoint
/jwt-auth/v1/token
. I am using https://github.com/jonathan-dejong/simple-jwt-authentication/wiki/Documentation which uses/simple-jwt-authentication/v1/token
endpoint instead. It would be great to pass the basepath in jwt options so we can support this plugin and future plugins that use different namespace.The text was updated successfully, but these errors were encountered: