usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
124 stars 50 forks source link

I got 401 status with valid credential via postman #92

Open nerocil opened 1 year ago

nerocil commented 1 year ago

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
    }
}
wavedeck commented 10 months ago

@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