In ASP.NET Core, what the best option to store the value after login successful?
The best option is following openly published standards. Ether implement identity or configure the authentication cookie middleware in the MVC Core project.
Introduction to Identity on ASP.NET Core
Use cookie authentication without ASP.NET Core Identity
Hi @Zhi Lv - MSFT ,
I want to store Token value. Store this token until user logout