Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

Authentication integrations for apps using Dash Enterprise

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()

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page