ASP.NET Identity is a simple but robust framework allowing you to easily inject custom authentication logic into your applications. ASP.NET Identity is the latest in a series of frameworks that exist ...
When a request comes in to your ASP.NET site, it's routed through a series of message handlers (in ASP.NET Web API) or modules (in ASP.NET MVC), each of which performs some operation on the request.