PreviousNext
by bill-s, 2015-10-08T18:05:06.000Z
Imagine you want to protect a folder full of static assets in the wwwroot directory of an ASP.NET 5 project. There are several different approaches you could take to solve the problem, but here is one flexible solution using authorization policies and middleware.
Read More