shinyauthr icon indicating copy to clipboard operation
shinyauthr copied to clipboard

R package with shiny authentication modules

Results 11 shinyauthr issues
Sort by recently updated
recently updated
newest added

Added hashing directly to enhance the security, hashed keys are stored in "password" and the salt is added. This will proceed as such: The salt given to this user +...

I tried to use shinyauthr in flexdashboard app, use the demo code just work in in one column of dashboard. normally login and logout. However the login module it dost...

> library(shinyauthr) > shinyauthr::runExample("basic") Error: shinyjs: Error parsing the JavaScript code provided.

Is it possible to add the logout button in the User panel of the shinydashboardPlus' dashboardUser interface? When adding the button as it is, the button is not visible. Builing...

Hey Paul, is there a way to temporarily disable `shinyauthr` login? This would be very handy in the testing phase of the app, when the developer might just want to...

Thank you for great package! Are there any tricks for using Shinyauth with Flexdashboard instead of pure Shiny and/or Shinydashboard? I have tried with no success.

Thank you very much for this great package. I have a use case for which we want to implement a token solution. Each token can be used exactly once. Each...

Hello. First of all I would like to thank you for this great clearance package. In general it works quite well for both login and logout but sometimes I encounter...

Hi and thanks for the great package! Is it possible to log (or to limit) password failures with shinyauthr? I only figure out to log successful log-ins. Thanks :)

Paul, Thanks for a very useful package. I wonder whether the shinyauthr package also can be used with a shiny-**rmarkdown** document? Up to now, I tried to call the shiny-rmd...