AnnMarieW / dash-multi-page-app-demos

Minimal examples of multi-page apps using Dash Pages
221 stars 52 forks source link

upon successful callback switch directly to a page #9

Open stephank007 opened 1 year ago

stephank007 commented 1 year ago

Hi,

Is there a way that upon successful callback transaction i.e. login, user will be directed to the "home" page without the need to click a button or a link

Thank you

AnnMarieW commented 1 year ago

Hi @stephank007

Yes, please see the example multi_page_flask_login2

You can also find more information on this topic on the Dash community forum: https://community.plotly.com/t/dash-app-pages-with-flask-login-flow-using-flask/69507