jwt-auth icon indicating copy to clipboard operation
jwt-auth copied to clipboard

XAMPP localhost jwt_auth_no_auth_header when trying to get token

Open davidhealey opened this issue 1 year ago • 0 comments

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:

{
  "success": false,
  "statusCode": 403,
  "code": "jwt_auth_no_auth_header",
  "message": "Authorization header not found.",
  "data": [

  ]
}

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?

davidhealey avatar Apr 14 '23 12:04 davidhealey