wp-graphql-jwt-authentication
wp-graphql-jwt-authentication copied to clipboard
Authentication for WPGraphQL using JWT (JSON Web Tokens)
I have applied filter for this "graphql_require_authentication_allowed_fields". It's from the official documentation for allowing login field from the authentication. But it's not working. `add_action( 'do_graphql_request', 'force_graphql_api_authentication', 10, 1 ); function...
hello, I am on the latest develop branch and whenever i try to use login mutation with Customer login details, it says internal server error. Am i missing something ?...
This happens only when WPGatsby plugin in installed on wordpress wp-graphql-jwt-authentication / release-v0.5.2 Ran into this issue after trying to fetch Gql data using authToken. File to edit: \wp-content\plugins\wp-graphql-jwt-authentication-release-v0.5.2\src\Auth.ph   First, I do this query with my username and password to get my authToken, and it works...
updated to call the 'header' instead of 'set_headers' method when writing response headers to avoid overwriting all the headers such as X-WP-Total and X-WP-TotalPages which are necessary for different plugins...
With the last version whenever I try to fetch data 'as Preview' using the `Authenticate: Bearer xxxx` I got an internal server error from WordPress. I tried on a local...
Probably a bit niche, but this bit of code (https://github.com/wp-graphql/wp-graphql-jwt-authentication/blob/develop/src/ManageTokens.php#L345) somehow removes the `Location` header off of certain [IndieAuth](https://wordpress.org/plugins/indieauth/) responses. Well, this one response right here: https://github.com/indieweb/wordpress-indieauth/blob/trunk/includes/class-indieauth-authorization-endpoint.php#L273 Now, I can't...
##### #144 #136 ... ##### Bug: ##### If we use refresh token instead of auth/access token in request headers (for the ones which need authorization), it works! And it doesn't...
Is there an endpoint, that based on jwt (or refresh token) tell me if im logged n? im actually using the user query with my usename and jwt, but it...