Open panuffel opened 1 year ago
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 :)
I found a 'solution' now by adding print commands into function loginServer and overwriting it via assignInNamespace("loginServer", mynew_loginServer, ns = "shinyauthr")
loginServer
assignInNamespace("loginServer", mynew_loginServer, ns = "shinyauthr")
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 :)