• Resolved kosso

    (@kosso)


    Thanks for creating a comprehensive plugin for JWT. It looks like it provides everything I need.

    After installing it and setting things up, when I try to test Authentication via cURL, I always get “Wrong User Credentials”

    Am I doing something wrong?

    I’m trying this command:

    curl -X POST -d 'email=myemail@exmaple.com&password=mypAssWord' https://example.com/wp-json/custom-jwt-namespace/v1/auth

    But the result is always:

    {"success":false,"data":{"message":"Wrong user credentials.","errorCode":48}}

    Any ideas?

    Many thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter kosso

    (@kosso)

    OK. So after some debugging, I decided to reset my password in the WP-Admin — to the same password as before (?) and it worked!

    Very strange! But it works! 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong User Credentials (WP 5.3.1)’ is closed to new replies.