oc-jwtauth icon indicating copy to clipboard operation
oc-jwtauth copied to clipboard

Always get invalid_credentials

Open creativepartnership opened this issue 4 years ago • 1 comments

I've followed the plugin instructions and configured the settings.

Schermata 2020-08-17 alle 11 44 52

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.

creativepartnership avatar Aug 17 '20 09:08 creativepartnership

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.

jerasokcm avatar Nov 28 '22 02:11 jerasokcm