This plugins eliminates possibilites of using "Authorization" headers in other endpoints. I have a plugin that has one endpoint using Basic Auth, and I cant use it anymore, because it gets jwt_auth_bad_auth_header response.
I believe there should be a way where this code can only be returned in jwt-auth/v1 endpoints.
This plugins eliminates possibilites of using "Authorization" headers in other endpoints. I have a plugin that has one endpoint using Basic Auth, and I cant use it anymore, because it gets
jwt_auth_bad_auth_header
response.I believe there should be a way where this code can only be returned in
jwt-auth/v1
endpoints.I guess this is quite well explained.