Open cross20 opened 3 years ago
This is what comes back when sending the HTPP request in Postman. The JWT token comes from the token_auth
mutation.
{
"data": {
"updateAccount": {
"success": false,
"errors": {
"nonFieldErrors": [
{
"message": "Unauthenticated.",
"code": "unauthenticated"
}
]
}
}
}
}
Providing the JWT authentication token in the header of an HTTP request does not authorize requests.