• Resolved EvdHeuvel

    (@evdheuvel)


    Hi,

    I’m using postman to run some basic tests. Calling the auth end point runs fine and returns the jwt data. Subsequently I use the jwt value in the validate end point, but in this scenario I get the error below.

    Am I overlooking something?

    I’m planning to use this plugin from a react app.

    Erik

    {
    “success”: false,
    “data”: {
    “message”: “Unable to find user property in JWT.”,
    “errorCode”: 30
    }
    }

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

    (@evdheuvel)

    Solved the problem.

    I forget to set the Action and the accompanying key in the Login section. After changing this to “Log in by WordPress Username” and respectively “username” things work correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘“Unable to find user property in JWT” on validate (errorCode 30)’ is closed to new replies.