1 pages tagged with "web-api"

Basic Auth with a Web API 2 IAuthenticationFilter

February 27, 2014 - 334 words - 2 mins
MVC5/Web API 2 introduced a new IAuthenticationFilter (as opposed the the IAuthorizationFilter we needed to dual-purpose in the past), as well as a substantial overhaul of the user model with ASP.NET Identity. Unfortunately, the documentation is abysmal, and all the blog articles focus on the System… read more