You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: