buddy icon indicating copy to clipboard operation
buddy copied to clipboard

JWT Backend not using authfn when authentication header is missing

Open DavidLapes opened this issue 4 years ago • 0 comments

When I use jws backend and send request without Authentication header, the request goes through. I am not sure if it should be like this, because if I require the token to be there, it should fail.

I have a bad feeling I am missing something and that it's working as inteded and it is me who misconfigured something, but in that case I found no evidence of how to make that fail when header is missing.

DavidLapes avatar Nov 19 '21 10:11 DavidLapes