HYLODE / HyUi

HYLODE User Interface Repository
http://hylode.org/
Apache License 2.0
3 stars 2 forks source link

Authentication for the front end app #262

Closed docsteveharris closed 1 year ago

docsteveharris commented 1 year ago

You will need to add some form of authentication to be able to share this beyond the existing user group Try this https://dmc-dbc-building-blocks.onrender.com/authentication

And some other community tips here

https://community.plotly.com/t/dash-app-pages-with-flask-login-flow-using-flask/69507 https://github.com/orgs/HYLODE/projects/1/views/15?pane=issue&itemId=21766376 https://github.com/tzelleke/flask-dash-app https://github.com/gaw89/dash-flask-login

We have done this before on last year's version

harryjmoss commented 1 year ago

Will consider https://github.com/plotly/dash-auth also