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

Hello everyone, I would like to add a background of particles on the login page. I'm trying to use library(particlesjs). was able to add here but not in background see...

Hi, I tried to install shiny manager and it ended up with error. It says `ERROR: dependency 'scrypt' is not available for package 'shinymanager'` . I tried to install `scrypt`...

Add div(id='') to be able to modify the css style of the auth interface. Also include a div(id='') including the button to change the style of the whole form, including...

If a user signs in using `secure_app` and then closes the browser tab, reopening the tab crashes the app with error: ```R Warning: Error in : Unsupported language ! 49:...

hello, where is the location of the logs file when i run an app under admin mode

My Shiny application uses set_labels. When I load it as head_auth in the secure_app function, a passage (like a code) appears (just for less than one second) during the transfer...

hello. I would be interested in using the package in a quarto shiny, using the structure of a quarto website to be able to use a structure that I created...

If I type the username and password quickly and immediately press ENTER I get the "Username or password are incorrect" error. I am logged in correctly if I press ENTER...

Is it possible to make users see their password as they type? Useful where the entered password is incorrect and you want to see the typo to correct it. Thanks,...

Hello, I have used shinymanager authentication with sqllite database but since I wasn't persistence, I want to connect to SQL Server using .yml file. **Part of .yml file connection looks...