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()
Release files for dash-enterprise-auth 0.2.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dash_enterprise_auth-0.2.6.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dash_enterprise_auth-0.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:11.4 kB
Release files / dash_enterprise_auth-0.2.6.tar.gz
| Download URL | dash_enterprise_auth-0.2.6.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ef26639cddf67583b7bee07c2048bb48a42a83ece7a2d8be66289a6dcc3ea405
|
|
BLAKE2b-256 checksum How to use checksums |
e3355c39eaeb1d945dee36d3ff9b60bcf4602c512a245f24ce57cd5e5cae4b75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|
Release files / dash_enterprise_auth-0.2.6-py3-none-any.whl
| Download URL | dash_enterprise_auth-0.2.6-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0b8bb7b86bd4065df711de09e5f21e2f2313176d940eb34b0c209c73550a5a24
|
|
BLAKE2b-256 checksum How to use checksums |
ea6527b930afa0f932be65bccb13c2bba3e4303cdf114c166cbaf8678cd603dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|