shinymanager
shinymanager copied to clipboard
Simple and secure authentification mechanism for single shiny applications.
Using the dev version of shinymanager and the *Usage* example, the latest chrome version prompts the following warning after logging in:  ``` library(shiny) library(shinymanager) devmode() # define some basic...
Hello folks, when I try to use SQL -bigquery I get this error and the app closes once I login: Job complete Billed: 0 B Downloading first chunk of data....
would be great to get it to cran
Currently in shiny manager it is possible to add user as admin or a normal user. I want to add another two user groups. GroupB and GroupC users. In the...
Hi, Can I use custom HTML file for login page, lets say login.html, for authentication page? The login.html looks like ``` Custom Login Custom Login Username: Password: Login ```