February 26, 2021
Producing a good library goes beyond writing code. This post looks at the tools and practices you can you use to level up your libraries, improving quality and security and increasing adoption and engagement.
March 24, 2016
What are Role Claims in ASP.NET Identity Core and how can you use them?
March 19, 2014
In this post I introduce some of the new membership features in ASP.NET Identity and swap out my dodgy hard-coded authentication logic to validate user credentials against information stored in a database .
March 7, 2014
This post covers setting up cookie based authentication (the replacement for Forms Authentication) in ASP.NET MVC using the new ASP.NET Identity Libraries and nothing else.
July 10, 2012
You know there are problems with an “online” service when you have to make a phone call in order to log in.