datastorm-open / shinymanager

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

New user automatically deleted from credentials.sqlite after one day #86

Closed cherif40 closed 3 years ago

cherif40 commented 3 years ago

Hi DataStorm, After deploy my app in shinyapp.io, when I add a new user to sqlite database with add user in the admin section, the new user will delete the next day. Thanks

pvictor commented 3 years ago

Hello,

There's no persistent data storage on shinyapps.io, so no way to add new users and update the database.

Victor

cherif40 commented 3 years ago

Hello,

It's true, I forgot to tell you that I used the shinymanager package, and it's in the admin part that new users don't stay long.

Cherif

pvictor commented 3 years ago

The SQLite database will be re-initialised when user quit the application on shinyapps.io. You can read more here: https://docs.rstudio.com/shinyapps.io/Storage.html Currently we can't do anything to solve this.

Victor

cherif40 commented 3 years ago

Thanks you victor for this clarification.

Hatem Cherif DATA SCIENTIST (Modélisation )àAgence Nationale de Protection de l'Environnement Tél: 71 365 000/ Fax: 71 356 099Mobile: 99 943 973

Le lundi 22 mars 2021, 16:39:40 UTC+1, Victor Perrier ***@***.***> a écrit :  

The SQLite database will be re-initialised when user quit the application on shinyapps.io. You can read more here: https://docs.rstudio.com/shinyapps.io/Storage.html Currently we can't do anything to solve this.

Victor

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.