dash-enterprise-auth 0.2.0
pip install dash-enterprise-auth==0.2.0
Newer version available (0.2.5)
Released:
Authentication integrations for apps using Dash Enterprise
Navigation
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Antoine Roy-Gobeil
- Tags dash , dash-enterprise , dash-auth , plotly
- Requires: Python >=3.6
Classifiers
- Framework
- License
- Programming Language
Project description
Dash Enterprise Auth
Authentication for apps deployed to Dash Enterprise
Learn more at 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()
Project details
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Antoine Roy-Gobeil
- Tags dash , dash-enterprise , dash-auth , plotly
- Requires: Python >=3.6
Classifiers
- Framework
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dash_enterprise_auth-0.2.0.tar.gz
.
File metadata
- Download URL: dash_enterprise_auth-0.2.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4f24d5874dd2e2fd9c1ce377f51c53e90909572c649fe2ac9cc97fa9f4698b77
|
|
MD5 |
1a5bdb91695f6e12a953b0d7c2535faf
|
|
BLAKE2b-256 |
fdfa57c6960823f1befed0883aaccb1e626582ae613239a13b5b226b5a1d5b84
|
File details
Details for the file dash_enterprise_auth-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: dash_enterprise_auth-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42d74fe5102762c72f1d71bd0d569a881d61fef32c83540cca546f91c0577511
|
|
MD5 |
72add58144a73973a4ac269284565fc9
|
|
BLAKE2b-256 |
9977f6e24dce1093b08ddd213bda1dd24b6dab83b0f25a272df0d162b4abf8ca
|