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.
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.
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.