How can we prevent automatic sign in on Shiny in R (and instead always show the email chooser)?

Hello,

I am creating a Shiny App using R with a login page to authorize users. Every time I use this app, I can only sign in once. This means that when I sign out and try to sign in again, I am automatically signed into the original email that I signed in with at first. This way, I am unable to use a different email id for my second or subsequent sign in to the app. I would appreciate any help possible. I think it would just be something that I need to add the the callModule function?

I am using code very similar (and thanks for sharing it!) to the googleSignIn module here: https://code.markedmondson.me/googleAuthR/articles/google-authentication-types.html#googlesignin-module-example

Thank you!

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.