Skip to content

Basic Auth and Plotly Authentication for Dash Apps

Notifications You must be signed in to change notification settings

WqFang-SG/dash-auth

 
 

Repository files navigation

Dash Authorization and Login

Docs: https://dash.plotly.com/authentication

License: MIT

Tests: CircleCI

For local testing, install and use tox:

TOX_PYTHON_27=python2.7 TOX_PYTHON_36=python3.6 tox

Or create a virtualenv, install the dev requirements, and run individual tests or test classes:

virtualenv venv
source venv/activate
pip install -r dev-requirements.txt
python -m unittest -v tests.test_plotlyauth.ProtectedViewsTest

Note that Python 2.7.7 or greater is required.

About

Basic Auth and Plotly Authentication for Dash Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.8%
  • JavaScript 11.1%
  • SCSS 1.1%