Image by Shaun Dunmall | Some Rights Reserved Over the course of several recent articles, we’re examined various ways and means of working with and extending the ASP.NET Identity System. We’ve covered the basics of configuring the database connections and working with the EF Code-First approach used by the Identity System, extending the core IdentityUser class to add our own custom properties and behaviors, such as email addresses, First/Last names, and such. While we did that, we also looked at utilizing the basic Role-based account management which comes with ASP.NET Identity out of the box. In the last post, we […]