• Hi, I installed the plugin and allowed authentication and login. I hit my authentication endpoint in postman to generate a token, and it was successful. I copy and pasted the token into my login endpoint but I receive an errorCode 23 with a message “Wrong Request.” I also tried putting the token in the headers and that didn’t work either. Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nicu Micle

    (@nicu_m)

    Hello @sambrown0322,

    Error Code 23, means that the JWT is not present in the Request.

    You can try to add the JWT in the URL and see if it works.

    Please check the Simple JWT Login -> General Settings -> “Get JWT token from”, and check your parameter name for the JWT.

    Let me know if you still have issues.

    Best regards,
    Nicu.

    Thread Starter sambrown0322

    (@sambrown0322)

    Hi @nicu_m. I checked to make sure the parameter name is JWT and I’ve tried it in the headers and the URL. I’m still getting a code 23 error even when I know the JWT is there. Authentication and registration have worked fine, but login has not worked for me.

    Plugin Author Nicu Micle

    (@nicu_m)

    Hello @sambrown0322,

    Please update the plugin to version 3.0.0 and check if you still have issues.
    This version has an improved way of getting headers and request parameters.

    Let me know if this version fixes your issue.

    Meanwhile, please don’t forget to rate this plugin.

    Best regards,
    Nicu.

    Hello, I have already passed the barrier of error 23, it returns true, but it never performs the Loguin having in the URL the JWT = Username and Auth Code URL Key and a token in the header jumps to the home page but does not start session any suggestion.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘User Login’ is closed to new replies.