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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file girder-jupyterhub-0.2.0.tar.gz
.
File metadata
- Download URL: girder-jupyterhub-0.2.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f04d9bd6483eb5ef96ddfa4b3bcddc3554e509d1cd28b9d4074d373a8615e7f4 |
|
MD5 | 5edfa55f4035de952aee3ea9475a7a9e |
|
BLAKE2b-256 | 406b9c7ba9feb1a39b70a66ec01a0e6802074d60a5ed351c304a5ac4e85ececf |