-
Couldn't load subscription status.
- Fork 56
Open
Labels
Description
The custom authorizer is not called if my request has not Authorization header and the request is rejected automaticaly with "401 NO AUTHORIZED" message which is not what I was expected.
This forces me to have to use dummy auth data with the aim of invoked my custom authorized.
I would like the custom authorized is called without refusing the request even if the header is empty because that is precisely the work of the custom authorized, reject or allow each request, isn't it?
Why is the reason for this decision?