Closed adil-waqar closed 3 years ago
You should add Authentication Header
for those requests:
You should add
Authentication Header
for those requests:
And where do I get the Authorization token(xxx
) from? Login mutation doesn't return it
I think the schema shows the message :-)
I think the schema shows the message :-)
My bad, totally missed that. Thanks!
If I use the login mutation under
UserMutation
, it works fine. But protected mutations likecreateArticle
still don't work, throwing Authentication exception. The code itself also doesn't send out a JWT token on login. What could be the issue?