Skip to content

binhnguyenduc/dash

 
 

Repository files navigation

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.

About

Analytical Apps for Python. Dash Is Productive™

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • JavaScript 2.3%