Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make JupyterHub an OAuth provider #553

Closed
minrk opened this issue Apr 28, 2016 · 1 comment · Fixed by #938
Closed

Make JupyterHub an OAuth provider #553

minrk opened this issue Apr 28, 2016 · 1 comment · Fixed by #938

Comments

@minrk
Copy link
Member

minrk commented Apr 28, 2016

When discussing deploying services and things, we need to provide a mechanism for services to authenticate with the Hub.

nbgrader has an implementation of this with the current JupyterHub scheme. We're planning to make an importable implementation in JupyterHub for use in tornado-based apps, which should cover many cases. However, if we just made JupyterHub an OAuth provider then services written in many different ways could more easily "authenticate with JupyterHub" using standard libraries for whatever toolkit they use.

I'm not planning to do this any time soon, but writing it down here, just in case.

@willingc
Copy link
Contributor

willingc commented Feb 5, 2017

In Progress. See PR #938.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants