Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create user for vizro toolkit dashboard #316

Open
1 task done
KathirvelPriya opened this issue Feb 19, 2024 · 1 comment
Open
1 task done

How to create user for vizro toolkit dashboard #316

KathirvelPriya opened this issue Feb 19, 2024 · 1 comment
Labels
Community Issue/PR opened by the open-source community Issue: General Question ❓ Issue contains a general question

Comments

@KathirvelPriya
Copy link

Question

How to create login user for vizro toolkit dashboard?

Code/Examples

No response

Other information

No response

Which package?

vizro

Package version

No response

Python version

python3.8

OS

ubuntu

Code of Conduct

@KathirvelPriya KathirvelPriya added Issue: General Question ❓ Issue contains a general question Status: Needs triage 🔍 Issue/PR needs triaging labels Feb 19, 2024
@antonymilne
Copy link
Contributor

Hi @KathirvelPriya, this functionality is not integrated into Vizro although it is a possibility for the future - see #71.

What is already possible it to use external authentication mechanisms. As in my answer to your other question, the question here basically becomes "how to integrate authentication into a Dash app". There's lots of possibilities there (see Dash docs), but your best bet is probably to use something that works with Flask like flask-login and integrate your Vizro app into a Flask app. See e.g. https://dev.to/naderelshehabi/securing-plotly-dash-using-flask-login-4ia2, https://github.com/RafaelMiquelino/dash-flask-login, https://community.plotly.com/t/dash-app-pages-with-flask-login-flow-using-flask/69507/64.

@maxschulz-COL maxschulz-COL added Community Issue/PR opened by the open-source community and removed Status: Needs triage 🔍 Issue/PR needs triaging labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Issue/PR opened by the open-source community Issue: General Question ❓ Issue contains a general question
Projects
None yet
Development

No branches or pull requests

3 participants