azure-functions-auth
azure-functions-auth copied to clipboard
Using Async Style the validation error will fail.
trafficstars
When using the Async style, in case of error with the validation the handleResult() will resolve the validation error object, this will cause the Azure function to return a 200 status with no content.
Thanks @lindolo25 for reporting this problem. I'll have a look at the PR and see why some tests are failing.