PaulC91 / shinyauthr

R package with shiny authentication modules
https://paulc91.github.io/shinyauthr/
Other
428 stars 81 forks source link

Updating Username and Password List #34

Closed SVPA-PeterTat closed 4 years ago

SVPA-PeterTat commented 4 years ago

Love this tool. Only one that works for my specific needs. Thank you for sharing. I have 1 problem where my Shiny app is on a server and if I add new users with a password the shinyauthr will not fetch the latest user/password from the database. Instead it uses the user/password list that was fetch during the first launch. The work around is to restart the shiny app which is not a good solution for me.

How would I trigger to check for the latest user/password list when the user clicks on the "Log in" button?

closing... same issue as #19