shinymanager
shinymanager copied to clipboard
Simple and secure authentification mechanism for single shiny applications.
I have a shiny app to generate reports. It was working correctly until I added the password authentication. Now immediately after login it produces the following warnings and ends my...
I believe that this could be done with a number input after the password for a time-based one-time password (TOTP). Validating the credentials and the TOTP could be done by...
Same as done here: https://github.com/dreamRs/shinyWidgets/pull/516
Hi ! Thanks for this great package. I think it might me useful to someone to have the greek language supported So there you are, as promised This is my...
Added read/write flag option to dbConnect database creation line. This allows the createDB function to be used on a read only database.
I started using shinymanager a few months ago. I mostly used to publish the apps on _Shinyapps.io_. Since SQLite database is a file and located directly where R scripts are...
Hi, Is it possible to add support for a postgres connection? Would be especially useful for shinyapps deployment where sqlite won't work. Thanks!
I'm using shinymanager in conjunction with reCaptcha V3, however I can't get it to work properly. My goal is to display the credentials of the user who logged in. ```...
Hi! Thanks for this great package I am using it a lot and I would like to contribute in some way I can add support for the Greek language I...
Hi, Can anyone provide the password change module example with DB? It will be really appreciated. Thanks Basant Neupane