This Dash Renderer is a modular front-end for Dash. To learn more about Dash, view the user guide.
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.