Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ankitsharma-007/aspcore.cookieauth
- Owner: AnkitSharma-007
- Created: 2018-02-12T06:34:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T16:09:37.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T09:42:17.599Z (3 months ago)
- Topics: ankit-sharma, article, asp-net-core, authentication, cookie-authentication, cookieauth, csharp, sqlserver, visual-studio
- Language: C#
- Size: 1.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/