Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.net Identity Tutorial

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?

like image 739
warhead Avatar asked Mar 09 '17 17:03

warhead


2 Answers

Here are a few tutorials on Identity:

https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database

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

http://www.codeguru.com/csharp/.net/net_asp/mvc/securing-asp.net-mvc-applications-with-asp.net-identity.htm

like image 53
TrevorBrooks Avatar answered Sep 20 '22 19:09

TrevorBrooks


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

like image 23
noelceta Avatar answered Sep 20 '22 19:09

noelceta