Skip to main content

A JupyterHub authenticator for Girder tokens

Project description

girder_jupyterhub

girder_jupyterhub is a python package that implements a JupyterHub authenticator, that allows a user to authenticate using a Girder token.

Configuration

Add the following options to your jupyterhub_config.py

c.JupyterHub.authenticator_class = ‘girder_jupyterhub.auth.GirderAuthenticator’

This extension uses authentication state to store Girder-Tokens. In production this requires the following environment variable to be set.

export JUPYTERHUB_CRYPT_KEY=<key>

Where <key> is the result of running:

openssl rand -hex 32

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

girder-jupyterhub-0.1.1.dev7.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page