Hi,
I am trying to make a shiny app which requires user authentication. That means I should have a log in page and also several app pages for different kind of user.
I checked the document about routing of shiny app using  starlette.
https://shiny.posit.co/py/docs/routing.html
Is there any way to add some button and navigate between each pages? For example if I click on on button it will direct me to another route? Any tutorials of the user authentication will be welcome. Thank you!