Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login all of a sudden has broken (with JWT) #595

Open
KmanProdz opened this issue May 15, 2024 · 1 comment
Open

Login all of a sudden has broken (with JWT) #595

KmanProdz opened this issue May 15, 2024 · 1 comment

Comments

@KmanProdz
Copy link

Doing a call to the signInMutation with jwtToken as part of the query now leads to an error 400 bad request with the following payload

{ "errors": [{ "message": "Cannot query field \"jwtToken\" on type \"CurrentUser\".", "locations": [{ "line": 6, "column": 27 }], "extensions": { "code": "GRAPHQL_VALIDATION_FAILED" } }] }

If I remove this from the mutation, the login works however, currentUser no longer returns the jwtToken required as part of the request header for following requests. Is this a bug on the development side?

@antoine-malliarakis
Copy link
Contributor

antoine-malliarakis commented May 15, 2024

Field has been deleted yesterday after having deprecated on March 5th.

See corresponding changelog entries:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants