oc-jwtauth
oc-jwtauth copied to clipboard
Always get invalid_credentials
I've followed the plugin instructions and configured the settings.
When i try to login using cURL i always get invalid_credentials, even if's all double checked:
curl --request POST --header "Content-Type: application/json" --data '{email:"my_email_address",password:"my_password"}' https://my_server_url/api/login {"error":"invalid_credentials"}
Is there something i'm missing? Thanks in advance.
I'm facing the same issue. Always getting "invalid_credencials" response. I was testing with Postman, using the right credentials. I would appreciate some help from the developer, since this is a very important plugin for many developers.