适用于使用Dash Enterprise的应用程序的认证集成
项目描述
Dash企业认证
针对部署到 Dash企业 的应用程序进行认证
更多信息请访问 https://dash.plotly.com/dash-enterprise/app-authentication
import dash_enterprise_auth as auth
@callback(...)
def private_data(...):
username = auth.get_username()
if username:
return get_view_for_user(username)
else:
return public_view()
项目详情
下载文件
下载适用于您的平台的文件。如果您不确定要选择哪个,请了解有关 安装包 的更多信息。
源代码发行版
dash_enterprise_auth-0.2.2.tar.gz (4.2 kB 查看散列)
构建发行版
关闭
dash_enterprise_auth-0.2.2.tar.gz 的散列
算法 | 散列摘要 | |
---|---|---|
SHA256 | c8aac90af6ff20da77bfa9f99d6acd21ee5150991d3afb263246483ea069cf2f |
|
MD5 | 6e778ee9ea13302a53d065a8feeb5a70 |
|
BLAKE2b-256 | cd7f9905e0044469b1d96583bbf0e38fe0999121c511c46d36e63db96518cf05 |
关闭
dash_enterprise_auth-0.2.2-py3-none-any.whl 的散列
算法 | 散列摘要 | |
---|---|---|
SHA256 | 6ecae85b0a12ed356199330c8fa18c1e707b0975c3f06ef21b76a5d20524b8e9 |
|
MD5 | 6c3d90ed27bcd2d58a6a0d636162ed0d |
|
BLAKE2b-256 | b34cb2fd075db490366b123e49b83285c27a28fd3edfcef9db01dcba9d74c180 |