Skip to content

httpNodeAuth with the dashboard path. #384

@vcailly

Description

@vcailly

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions