Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.
/ dash-auth Public archive
forked from plotly/dash-auth

Basic Auth and Plotly Authentication for Dash Apps

Notifications You must be signed in to change notification settings

tsuga/dash-auth

This branch is 106 commits behind plotly/dash-auth:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 18, 2018
Sep 4, 2019
Feb 19, 2020
Feb 19, 2020
May 30, 2018
Sep 2, 2019
Apr 16, 2018
Jul 11, 2017
Feb 19, 2020
Aug 14, 2019
Feb 19, 2020
Aug 14, 2019
Feb 19, 2020

Repository files navigation

Dash Authorization and Login

Docs: https://plotly.com/dash/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

Packages

No packages published

Languages

  • Python 87.8%
  • JavaScript 11.1%
  • CSS 1.1%