shinymanager icon indicating copy to clipboard operation
shinymanager copied to clipboard

Simple and secure authentification mechanism for single shiny applications.

Results 86 shinymanager issues
Sort by recently updated
recently updated
newest added
trafficstars

Using the dev version of shinymanager and the *Usage* example, the latest chrome version prompts the following warning after logging in: ![Image](https://github.com/user-attachments/assets/136e5579-f8d9-46b6-bd25-283902b4b9c8) ``` 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....

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 ```