jwt-auth/v1/token does not work with correct ID/Password
-
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' \ --form 'username="xxxxx"' \ --form 'password="xxxxx"
{ "success": false, "statusCode": 403, "code": "incorrect_password", "message": "エラー: メールアドレス [email protected] に対して入力したパスワードが間違っています。 パスワードをお忘れですか ?", "data": [] }
- The topic ‘jwt-auth/v1/token does not work with correct ID/Password’ is closed to new replies.