joyent / conch-ui

Web UI for Conch (https://github.com/joyent/conch-api)
2 stars 5 forks source link

should preserve login across browser/tab closing #194

Open karenetheridge opened 4 years ago

karenetheridge commented 4 years ago

If the browser or tab is closed, the user must log in again. It would be helpful to preserve the login (this is the standard "[ ] remember me" checkbox in login interfaces).

It looks like you just need to switch from sessionStorage to localStorage.

(somewhat related to #179)