DmitrySikorsky / AspNetCoreCustomUserManager

ASP.NET Core custom user manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Custom User Manager

This is a demo web application for the “ASP.NET Core Custom User Manager” post on the Dmitry Sikorsky’s blog. It demonstrates how to build custom user manager on ASP.NET Core if you don’t want to use Identity.

The result looks like this: Custom ASP.NET Core user manager Custom ASP.NET Core user manager

Updated to use .NET Core 6.

Using the Application

  1. Run the application.
  2. Click Login user button.
  3. Click Logout user button.

About

ASP.NET Core custom user manager

License:Other


Languages

Language:C# 85.2%Language:HTML 10.2%Language:CSS 3.6%Language:JavaScript 1.0%