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 and thanks for reading me. First of all I would like to thank you for this incredible package, it has helped me a lot, only now I am having...

Hello I am currently using shiny-server open source with nginx login and I would like to use shinymanager to replace that. More precisely I wanted to know if it was...

Hi there Thanks for this package - it has been so helpful for me to secure a Shiny app and I really like the backend admin and logging functionality. I...

I have successfully added a column `group` in `create_db` and can edit the field as admin or retrieve it in server. However, there is a feature `input_list` in `secure_server` which...

HI there Thanks very much for this fantastic package - password login page works perfectly. One minor issue is that the images I put in the www folder under the...

The option to download logs and SQLite database from within the admin mode might be handy in some situations, though it may create a vulnerability for exploits, especially administrator with...

I feel like there needs to be an more straightforward, readible and flexible way of menaging the app authorization for individual users. The form of `applications` column: `app1;app2;appn` etc. works...

Hi, I need to create different apps for different group of users based on their login information. I read on the `create_db`'s help page with applications column. **applications (optional)** :...

Not a bug but a request. Would it be possible to add a way for a brand new user to add/create their own an authentication credentials from the log in...

Hi, I created 3 additional columns: _API_key_, _API_secret_, and _nonce_. Once the user is connected, he can add an API key to connect my app with an external service. To...