OAuthenticator#
OAuthenticator provides plugins for JupyterHub to use common OAuth providers, as well as base classes for writing your own Authenticators with any OAuth 2.0 provider.
Warning
The OAuthenticator package is not accepting new OAuth providers,
but you can write your own OAuthenticator by oauthenticator.oauth2.OAuthenticator
Get Started Guide#
These section helps you get started installing, using and working with the oauthenticator
project.
through step-by-step tutorials.
Get Started Guide
How-to guides#
How-To guides answer the question ‘How do I…?’ for some relevant topics.
Things like how to write your own oauthenticator
or how to migrate to a newer oauthenticator
version.
Topic guides#
Topic guides go more in-depth on a particular topic.
Topic guides
API Reference