datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
379 stars 79 forks source link

Package does not write new user #149

Closed jberilo closed 1 year ago

jberilo commented 1 year ago

Good Morning.

I tried to register a new user but it seems that the app does not record when we close the app and start it again. The user disappears and I can't log in. Can you help me?

Thanks.

pvictor commented 1 year ago

Hello,

If you deploy your app with shinyapps.io, that's expected, there's no persistent data storage on shinyapps.io service, you can read more here : https://docs.rstudio.com/shinyapps.io/Storage.html Your database is lost when the instance is closed, and the one you've pushed when deploying the application will be used.

Victor