Does the HawkNet.WebApi.HawkAuthentication function in asp.net core 2.0? I modify the hawknet/Example and hawknet/HawkNet.WebApi for my project. However, the HAWK request Authorization working, but in HAWK response Authorization, the server authorization header is missing. Is this framework issue? This is the example in controller, the HawkCredentialRepository is follow the https://github.com/pcibraro/hawknet/blob/master/Example/HawkCredentialRepository.cs

Does the HawkNet.WebApi.HawkAuthentication function in asp.net core 2.0? I modify the hawknet/Example and hawknet/HawkNet.WebApi for my project. However, the HAWK request Authorization working, but in HAWK response Authorization, the server authorization header is missing. Is this framework issue? This is the example in controller, the HawkCredentialRepository is follow the https://github.com/pcibraro/hawknet/blob/master/Example/HawkCredentialRepository.cs
