Metadata-Version: 2.1
Name: jupyter-openbis-authenticator
Version: 0.2.5
Summary: An authenticator for Jupyterhub which authenticates against openBIS.
Home-page: https://sissource.ethz.ch/sispub/jupyter-openbis-integration/
Author: SIS | ID | ETH Zuerich
Author-email: swen@ethz.ch
License: Apache Software License Version 2.0
Description: # Jupyter-OpenBIS-Authenticator
        
        ## Compatibility
        This Authenticator works only with Jupyterhub > 0.8.0. This module was tested with version 0.8.1
        
        The authenticator uses the `spawner.environment` feature to modify the users environment variables during session creation. This feature was introduced in Jupyterhub by version 0.8.0.
        
        
        ## Installation
        
        ```
        pip install jupyter_openbis_authenticator
        ```
        
        ## Jupyterhub Configuration
        
        Edit your `jupyterhub_config.py` file and add the following class for authenticating against openBIS:
        
        ```
        c.JupyterHub.authenticator_class = 'jupyter_openbis_authenticator.auth.OpenbisAuthenticator'
        
        # enable persisting auth_state:
        c.Authenticator.enable_auth_state = True
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
