Cookie Based Authentication in ASP.NET Core
ASP.NET Core comes with a cookie middleware system that can be used without ASP.NET Core Identity. The reason to use cookie authentication instead of ASP.NET core identity is that you want to provide your own database and login implementation.
Thu, Jan 12, 2017