shinymanager
shinymanager copied to clipboard
Simple and secure authentification mechanism for single shiny applications.
I'm having troubles when I deploy to shinyapps.io. How did you manage to deploy even when they dont have keyring support?
Hi, I used the example for Shinymanager with an sqlite database in Rstudio, and everything worked ok. When I ran the same code from a web browser with shiny server,...
Hey there, thanks for this package. I am retrieving an error message when running your package in container instances on Azure: Error in as.character: cannot coerce type 'closure' to vector...
Hi, I've tried this package on shinyMobile using `secure_app()` function and it worked. But I need the customizable fab_button() and read the #7 issue. It works when I use fluidPage(),...
Great package! Do you have plans to add user signup capability as well? Would be great if users could sign up and are allowed to sign in once they verify...
Hi! I'm using shinymanager in a app served company-wide. Using shinydashboardPlus, I created custom buttons for logout and enter admin mode in the user profile menu, setting the fab-button (position="none),...
Hi, I am using secure_app to login in shiny App. I have added a table and download button in modalDialog, as I click on download button, user is getting log...
I have an application which uses the shinymanager library for user login. I want to use the session$onSessionEnded() to close my app once the browser is closed. As suggested by...
Thought you might be interested in this marginally adapted yml-file for the use with `MariaDB`. ``` # needed R packages for DB connection. Use comma separation for multiple dependencies like...
Hello, I am not sure exactly whether this issue may be something working within my own UI or if it is just a bug within the shinymanager package itself and...