Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

girder/girder_jupyterhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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