Reputation: 241
I was looking for a good tutorial that goes step by step to show how to implement the .net identity into the mvc framework and was unable to find any good tutorials, so could someone recommend me a good tutorial that will help me get started with identity?
Upvotes: 11
Views: 16074
Reputation: 3840
Here are a few tutorials on Identity:
how to implement ASP.NET Identity to an empty MVC project
https://www.codeproject.com/Articles/762428/ASP-NET-MVC-and-Identity-Understanding-the-Basics
Upvotes: 11
Reputation: 39
Here you go mate, hope it helps out: https://www.pluralsight.com/guides/microsoft-net/configuring-asp-net-identity
http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-1
http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-2
Upvotes: 2