Understanding ASP.Net Identity
It’s weird, but I’ve never used ASP Net Identity engine even though it’s not that new. After looking at Identity implementation in MVC project template — for plain .Net, not .Net Core — I was a bit confused and decided that it might be a good idea to understand how it works…