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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: