⚠ Deprecated: Legacy
The default endpoints have been integrated into the firewall package itself and no longer needs to be installed or configured
Suggested alternative: Walter.Web.FireWall
Default MVC and Pages that can be used in combination with the firewall if you are OK with using the default implementation. See https://www.asp-waf.com/documentation/setup for details To enable the controllers in this NuGet package load the controller using the AddApplicationPart from MVC services.AddMvc(options => { //your options }).AddApplicationPart(Assembly.GetAssembly(typeof(Walter.Web.FireWall.DefaultEndpoints.ReportingController)));
$ dotnet add package Walter.Web.FireWall.DefaultEndpointsNo README available.