PaulC91 / shinyauthr

R package with shiny authentication modules
https://paulc91.github.io/shinyauthr/
Other
428 stars 81 forks source link

Add option to force reload app on logout #49

Closed michael-dewar closed 3 years ago

michael-dewar commented 3 years ago

Add an option to force reload the app on logout.

michael-dewar commented 3 years ago

@nicholaelaw you can try if this meets your needs.

PaulC91 commented 3 years ago

Nice job. I wasn't sure if a session reload would work from inside a module but it looks like it does!

Can you add yourself as a contributor in the description file before I merge?

michael-dewar commented 3 years ago

Done. Thanks!

nicholaelaw commented 3 years ago

Sorry I haven't been able to respond earlier. This works flawlessly. No UI flashing at all. Thank you very much!