pminkov / jupyterhub-hashauthenticator

Authenticate users with passwords generated from their username.
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

Provide hashed passwords to end user #2

Open sangramga opened 6 years ago

sangramga commented 6 years ago

I am system admin and new to Jupyterhub. How do you suggest to provide these passwords to end Users? Suggested Solution: Store these passwords in a database(preferably Jupyterhub sqlite database) and use a client to get these passwords using REST API. Issues: Its not a good practice to send passwords over REST API for security purposes.

rschroll commented 6 years ago

Development is continuing at thedataincubator/jupyterhub-hashauthenticator. We recently added an (optional) endpoint that returns a CSV of the registered users and passwords.