Currently having an issue with authorization headers in swashbuckle for .net core The first line of code on every endpoint is:
string auth = Request.Headers[\"Au
Found the answer in case anyone has this issue:
My solution can be found here: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/696
more info on the topic can be found here: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/603