jupyterlab / jupyterlab-commenting

Commenting and annotation for JupyterLab
https://mybinder.org/v2/gh/jupyterlab/jupyterlab-commenting.git/master
BSD 3-Clause "New" or "Revised" License
101 stars 25 forks source link

Identity providers #35

Open ktaletsk opened 5 years ago

ktaletsk commented 5 years ago

I created an implementation that fetches username of authenticated user from JupyterHub instead of GitHub username from textbox. It would be nice to have separate identity providers with separate implementations that would provide the name or username. Users/administrators will be able to choose it from setting or with install config.

( Possibly related to #22 )

ociule commented 4 years ago

Would love for this to be merged! Currently we use JH a lot and adding this capability would be perfect.