Adds authentication features to applications hosted on a GenHTTP webserver.
$ dotnet add package GenHTTP.Modules.AuthenticationThis package adds authentication method implementations to GenHTTP applications.
Currently, API key, basic, bearer and client authentication are supported.
For examples as well as role based authentication, please refer to the documentation.