This PR replaces the js$... calls with shinyjs::js$.... This change means the app using shinyauthr does not need to call library(shinyjs).
At the same time, loginUI now calls shinyjs::useShinyjs() and so there is no need for the main app to do so. This should simplify things for app developers.
This PR replaces the
js$...
calls withshinyjs::js$...
. This change means the app usingshinyauthr
does not need to calllibrary(shinyjs)
.At the same time,
loginUI
now callsshinyjs::useShinyjs()
and so there is no need for the main app to do so. This should simplify things for app developers.