Metadata-Version: 1.1
Name: girder-jupyterhub
Version: 0.1.1.dev7
Summary: A JupyterHub authenticator for Girder tokens
Home-page: https://github.com/cjh1/girder_jupyterhub
Author: Kitware Inc
Author-email: kitware@kitware.com
License: BSD 3-Clause
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 :code:`jupyterhub_config.py`
        ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
            c.JupyterHub.authenticator_class = 'girder_jupyterhub.auth.GirderAuthenticator'
        
        
        This extension uses `authentication state <https://jupyterhub.readthedocs.io/en/stable/reference/authenticators.html/>`_
        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
        
        
        
Keywords: jupyter girder authentication data management
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
