You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: