You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your work on shinymanager! I have the following problem when using javascript in shiny apps in combination with a secure_app from shinymanager.
When using javascript in Shiny apps, the shinyjs is the default (at least for me). It has been a struggle to figure out where to place the shinyjs::useShinyjs() call in order to use javascript at the authorisation page., Eventually I've figured out that I had to pass this call via the head_auth argument.
I've reported this issue earlier at shinyjs, but its developer (@daattali) and I came to the conclusion that it would be handled best by improving the documentation of the shinymanager package. See closed issue and pull request: daattali/shinyjs#258 and daattali/shinyjs#259.
Hopefully, you can look into this.
Kind regards,
Pepijn
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for your work on shinymanager! I have the following problem when using javascript in shiny apps in combination with a secure_app from shinymanager.
When using javascript in Shiny apps, the shinyjs is the default (at least for me). It has been a struggle to figure out where to place the
shinyjs::useShinyjs()
call in order to use javascript at the authorisation page., Eventually I've figured out that I had to pass this call via thehead_auth
argument.I've reported this issue earlier at shinyjs, but its developer (@daattali) and I came to the conclusion that it would be handled best by improving the documentation of the shinymanager package. See closed issue and pull request: daattali/shinyjs#258 and daattali/shinyjs#259.
Hopefully, you can look into this.
Kind regards,
Pepijn
The text was updated successfully, but these errors were encountered: