Custom Cookie Authentication In ASP.NET Core View Article Information Posted Date: 24. October 2017 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET, ASP.NET Core Keywords: Cookie Authentication in ASP.net Core 1.X, Asp.Net Core The alternative is to use ASP.net Core’s “Cookie Authentication” which allows you to use cookie based claims for a user, but authenticate the users yourself using your own data store, however that may work. That’s what this article is going to focus on. [Continue Reading]