jwt-auth
jwt-auth copied to clipboard
I got 401 status with valid credential via postman
https://mydomain.com/wp-json/jwt-auth/v1/token
body x-www-form-urlencoded
{
"code": "rest_not_logged_in",
"message": "You are not currently logged in.",
"data": {
"status": 401
}
}
@nerocil You probably experience a similar issue like i had in #111 I got it working by changing a few lines in the get_token method of class-auth.php