-
Notifications
You must be signed in to change notification settings - Fork 467
Closed
Description
I try to set httpNodeAuth to password protect the node-defined HTTP endpoints
httpNodeAuth: {user:"user",pass:"$2a$08$Yoi2hNXHuclRT2oJN5tpC.CvxRCscs5..03UI.*************"}
Dashboard is storing data in localSTorage ( localStorage stores information as long as the user does not delete them.),
Once data has been stored in the browser's localStorage, authentication is no more required
Authentication is required only once (unless you clear manually the localStorage of the browser). In my humble opinion, It is not really secured.
Is there a way to have the dashboard using sessionStorage (sessionStorage stores information as long as the session goes. Usually until the user closes the tab/browser), instead of localStorage .
Metadata
Metadata
Assignees
Labels
No labels