A library providing authentication integrations for Dash apps deployed on Dash Enterprise. Current version is 0.2.6, requiring Python >=3.6. Release cadence is low; primarily maintenance.
pip install dash-enterprise-authNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Dash app using Auth.get_username() to retrieve the authenticated user.
Wrap in try/except or check for None; local development may need environment variable DASH_USERNAME set.
Ensure the app is deployed on Dash Enterprise with authentication enabled; for local testing, set environment variables like DASH_USERNAME manually.
Use try/except or check for None; see quickstart for pattern.