Remember me option in login window (electron Windows mode)
-
Hi
I want to add “remember me” option to a login window when in electron mode (Windows).
What is the best practice to keep “something” between sessions so the application will remember the user?
LocalStorage? Cookie? Is anything kept when closing an electron application and re-opening it?
Thanks -
I only searched this in Google, but this article suggests using keytar.
https://auth0.com/blog/securing-electron-applications-with-openid-connect-and-oauth-2/
Scott
-
Thanks, I will give it a try