Naturally I thought there was something wrong in my config so I tried all manner of fixes. No success.
So I went back to the JWT Auth plugin by Enrique (which I believe is what this project was forked from). I didn't change the configuration and I don't get an error, the token is returned as expected.
So what is the difference between jwt-auth and Enrique's plugin that could trigger this error?
I have setup the htaccess and the secret key etc.
This is the URL I call and I pass my username and password as parameter: http://localhost/wordpress/wp-json/jwt-auth/v1/token
The response I get is:
Naturally I thought there was something wrong in my config so I tried all manner of fixes. No success.
So I went back to the JWT Auth plugin by Enrique (which I believe is what this project was forked from). I didn't change the configuration and I don't get an error, the token is returned as expected.
So what is the difference between jwt-auth and Enrique's plugin that could trigger this error?