ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Twitter authenticator for JupyterHub

Open yuvipanda opened this issue 7 years ago • 5 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 Twitter 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'm interested in working on this, if this problem is still open.

devershichandra27 avatar Feb 08 '17 17:02 devershichandra27

It is. Perfect 👍

mikaelbr avatar Feb 08 '17 17:02 mikaelbr

Hi, is the issue still open? I am interested.

KobbyMmo avatar Aug 10 '18 09:08 KobbyMmo

I do believe it is @kobbymmo

FredrikAugust avatar Aug 10 '18 09:08 FredrikAugust

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

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

DougTrajano avatar Jul 15 '22 00:07 DougTrajano