How does .NET identity work?

ASP.NET Identity uses OWIN Authentication for log-in/log-out of users in the web site . This means that instead of using FormsAuthentication to generate the cookie, the application uses OWIN CookieAuthentication to do that.

Sizin İçin Seçtik  How do I log into Web API?

Leave a Reply

Your email address will not be published. Required fields are marked *