Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 4, 2015Authentication in ASP.Net MVC 5 using Identity Libraries - Part 1In my earlier post, I referred to the post by Ben Foster on using ASP.Net Identity libraries to add authentication support. I'm planning to try the same using an ASP.Net MVC 5 web application.I'll be covering the same on my blog as a 3 part series, t...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 6, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 3My earlier post listed the steps to set up cookie-based authentication in ASP.Net MVC 5 project using Identity libraries.There was, however, a hardcoded username and password used for the authentication logic.I will replace the same with the new memb...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 3, 2015Setting up authentication in ASP.Net MVC 5 using Identity librariesI've been working on this side project of mine developed in ASP.Net MVC 5.While developing the project, I started with an empty MVC project template.As a result of this, the default plumbing about authentication etc was not part of this project.I was...Discussasp.net identity
Han Chee TanforCode Cultivationcodecultivation.hashnode.net·Mar 26, 2018How to use ASP.NET Identity with ASP.NET Web Service and ASP.NET MVC?ASP.NET Identity is much more powerful than legacy ASP.NET Membership which includes the support of external authentication from 3rd party providers. In one of my projects, I have an ASP.NET MVC app communicating with another ASP.NET Web Service app ...Discuss·58 readsC#
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 6, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 3My earlier post listed the steps to set up cookie-based authentication in ASP.Net MVC 5 project using Identity libraries.There was, however, a hardcoded username and password used for the authentication logic.I will replace the same with the new memb...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 5, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 2In my earlier post, I had created a basic HomeController and an AuthController.When we ran the application there was enough logic to check if the user had been authenticated and if not he would be redirected to the login page. Moving on, we'll now ad...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 4, 2015Authentication in ASP.Net MVC 5 using Identity Libraries - Part 1In my earlier post, I referred to the post by Ben Foster on using ASP.Net Identity libraries to add authentication support. I'm planning to try the same using an ASP.Net MVC 5 web application.I'll be covering the same on my blog as a 3 part series, t...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 3, 2015Setting up authentication in ASP.Net MVC 5 using Identity librariesI've been working on this side project of mine developed in ASP.Net MVC 5.While developing the project, I started with an empty MVC project template.As a result of this, the default plumbing about authentication etc was not part of this project.I was...Discussasp.net identity