跳转到主要内容

Jupyterhub OMERO认证器

项目描述

Jupyter OMERO认证器

Build Status PyPI

使用 OMERO 来认证 JupyterHub

示例

强烈建议启用auth_state持久性,以便检查和刷新OMERO会话ID。

jupyterhub_config.py:

c.JupyterHub.authenticator_class = 'jupyter_omero_authenticator.OmeroAuthenticator'
c.OmeroAuthenticator.omero_host = 'omero.example.org'

# Pass OMERO_HOST OMERO_USER OMERO_SESSION environment variables
c.OmeroAuthenticator.export_omero_env = True

c.Authenticator.auth_refresh_age = 300
c.Authenticator.enable_auth_state = True
c.Authenticator.refresh_pre_spawn = True
export JUPYTERHUB_CRYPT_KEY=$(openssl rand -hex 32)
jupyterhub

项目详情


下载文件

为您的平台下载文件。如果您不确定选择哪个,请了解有关 安装包 的更多信息。

源分布

jupyter-omero-authenticator-0.0.1.tar.gz (4.3 kB 查看哈希值)

上传时间:

构建分布

jupyter_omero_authenticator-0.0.1-py3-none-any.whl (6.2 kB 查看哈希值)

上传时间: Python 3

由以下组织支持