rest_not_logged_in
-
hi, i get token and use “Bearer “+ token as Autorization Header for calling not whitelist apis.
althoght validate token returns:
{
“code”: “jwt_auth_valid_token”,
“data”: {
“status”: 200
}
}but when i call any api it always returns :
{
“code”: “rest_not_logged_in”,
“message”: “You are not currently logged in.”,
“data”: {
“status”: 401
}
}whats the problem?
- The topic ‘rest_not_logged_in’ is closed to new replies.