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.