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
Release files for girder-jupyterhub 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| girder-jupyterhub-0.2.0.tar.gz | 4.2 kB | Details |
Release files / girder-jupyterhub-0.2.0.tar.gz
| Download URL | girder-jupyterhub-0.2.0.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f04d9bd6483eb5ef96ddfa4b3bcddc3554e509d1cd28b9d4074d373a8615e7f4
|
|
BLAKE2b-256 checksum How to use checksums |
406b9c7ba9feb1a39b70a66ec01a0e6802074d60a5ed351c304a5ac4e85ececf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|