Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 724 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 724 Bytes

Dash

Dash is a Python framework for building analytical web applications. No JavaScript required.

Build on top of Plotly.js, React, and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical python code.

CircleCI

See Original project here

This Fork is to add JWT support for Dash:

  • On client side, add an Authentication header with Bearer JWTToken with every POST and GET request to server
  • On server side, add methods to allow user to request a JWTToken as well as authenticate the received JWTToken before sending data to client side.