Andre Silveira

Andre Silveira

  • 1.5k
  • 148
  • 13.6k

Dotnet Core Identity "remember me" feature

Mar 14 2022 4:44 PM

Hi,

 

I just implemented the "out of the box" identity solution from dotnet core 5 mvc. In the /identity/account/login there's a "remember me" checkbox, but it's allways disabled.

Does anyone knows the proper way to make the login data mor persistent and how to implement that "remember me" that is disabled?

 

Thanks!