• I called the get token API with corrent ID and Password which works when I logi in to WordPress admin console.
    But it returned error : “[jwt_auth] incorrect_password”.

    Could you kindly fix the issue?
    WordPress Version is 5.9.3.

    curl --location --request POST 'https://taskel702518284.wpcomstaging.com/wp-json/jwt-auth/v1/token?username=xxxx&password=xxx

    {
        "code": "[jwt_auth] incorrect_password",
        "message": "<strong>エラー</strong>: メールアドレス <strong>[email protected]</strong> に対して入力したパスワードが間違っています。 <a href=\"https://taskel702518284.wpcomstaging.com/wp-login.php?action=lostpassword\">パスワードをお忘れですか ?</a>",
        "data": {
            "status": 403
        }
    }
  • The topic ‘jwt-auth/v1/token does not work with correct ID/Password’ is closed to new replies.