In reply to https://jan.boddez.net/notes/0690f6747d. Possible culprit: https://github.com/wp-graphql/wp-graphql-jwt-authentication/blob/6f4c18ada3382f51c8aa690aaec3bad994af13f3/src/ManageTokens.php#L345. The …
In reply to
.Possible culprit: https://github.com/wp-graphql/wp-graphql-jwt-authentication/blob/6f4c18ada3382f51c8aa690aaec3bad994af13f3/src/ManageTokens.php#L345. The $response->setHeaders()
call is missing the optional second argument ($override
, which defaults to true
).
- Always trying new things, so I installed the …
- jan.boddez.net