Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitsharma-007/aspcore.cookieauth

How to implement Cookie Authentication With ASP.NET Core 2.0
https://github.com/ankitsharma-007/aspcore.cookieauth

ankit-sharma article asp-net-core authentication cookie-authentication cookieauth csharp sqlserver visual-studio

Last synced: 20 days ago
JSON representation

How to implement Cookie Authentication With ASP.NET Core 2.0

Awesome Lists containing this project

README

        

# ASPCore.CookieAuth
Authentication is an integral part of web security. ASP.NET Core provides multiple ways to implement authentication in a web application. In this article we will be looking into such a technique – Cookie authentication.

We will be creating a web application to register new users and then implement a login page which allows only the registered user to access the content. We will be using SQL server 2012 and ADO.NET for handling database part of our application.
# Read the full article at
http://ankitsharmablogs.com/cookie-authentication-with-asp-net-core-2-0/