ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Facebook Authenticator for JupyterHub

Open yuvipanda opened this issue 7 years ago • 9 comments

Project description

JupyterHub is a wonderful project that allows multiple users to spawn Jupyter notebooks (formerly IPython notebooks) in a shared space and collaborate together. It has support for various authentication backends - You can see a partial list in https://github.com/jupyterhub/jupyterhub/wiki/Authenticators.

Adding Facebook OAuth to that would be wonderful! Would probably be added to https://github.com/jupyterhub/oauthenticator - which already has google / mediawiki / etc OAuth based backends.

Relevant Technology

This is exclusively python - specifically, with the Tornado async web framework.

Who is this for

Novice developers who want to learn more about how OAuth works / async web frameworks work!

yuvipanda avatar Oct 17 '16 20:10 yuvipanda

Hi, I'd like to work on this!

qfulsher avatar Oct 19 '16 21:10 qfulsher

Great! 🍰 I'll mark the issue as "joined". Feel free to keep this issue updated with your progress

mikaelbr avatar Oct 20 '16 08:10 mikaelbr

Hello, I too wanted to join it and work on it.

rusrushal13 avatar Mar 06 '17 20:03 rusrushal13

Doesn't seem to me that @inondle has started yet, or?

mikaelbr avatar Mar 06 '17 20:03 mikaelbr

So can I start on it?

rusrushal13 avatar Mar 07 '17 08:03 rusrushal13

Sure. 👍

mikaelbr avatar Mar 07 '17 08:03 mikaelbr

I also wanted to work on this. Can I join?

minnetkhan avatar Aug 05 '18 11:08 minnetkhan

@tonystark007 It doesn't appear anyone actually started on this, so go ahead! Let me know if you need help with anything :) :+1:

FredrikAugust avatar Aug 05 '18 11:08 FredrikAugust

Why are you not using Keycloak to authenticate users on JupyterLab?

The Keycloak allow you to use several identity providers such as Facebook, Twitter, GitHub, etc.

DougTrajano avatar Jul 15 '22 00:07 DougTrajano