jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Support hashed password #313

Open jluttine opened 7 years ago

jluttine commented 7 years ago

The Dashboard basic authentication uses username and password. However, the password is provided in plain text. For improved security, I'd prefer providing it as a salted SHA hash as in Jupyter Notebook authentication: http://jupyter-notebook.readthedocs.io/en/latest/public_server.html#preparing-a-hashed-password. Would it be possible to support or is there some (simple) way to do this already?