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 2.0.
- Run the application.
- Click Login user button.
- Click Logout user button.