• Resolved krisosterhout

    (@krisosterhout)


    Good Evening,

    I have been using your plugin for a headless WP instance. It has worked great barring a couple of errors, so thank you!

    The issue I’m having right now is somewhat odd. I’m sending a request to the auth endpoint to receive a token, and the plugin is returning the token just fine; however, when I try to use that token, I’m receiving an error response:
    {"success":false,"data":{"message":"WordPress User not found.","errorCode":54,"type":"simple-jwt-login-middleware"}}

    This is only happening with users that I have recently created from within the WordPress Admin panel. I am able to successfully use the JWT to authenticate with users that have already existed.

    Any thoughts?

Viewing 1 replies (of 1 total)
  • Plugin Author nicu_m

    (@nicu_m)

    Hello @krisosterhout,

    Please make sure you set the correct parameter for the “JWT parameter key” and also please make sure that you set the correct action for Login with email/id/username.

    You can check the documentation from: https://docs.simplejwtlogin.com/

    Let me know if you have difficulties settings this, and I can help you.

    Best regards,
    Nicu.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress User Not Found ErrorCode 54’ is closed to new replies.