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
Updated to use .NET Core 6.
- Run the application.
- Click Login user button.
- Click Logout user button.