Hi I created a Log Out button for this app I released yesterday using the guidance here: https://docs.rstudio.com/shinyapps.io/authentication-and-user-management.html but regardless of which URL I use for the actionButton, if the user goes back to the app's URL, it remembers them and doesn't force them to log back into shinyapps.io.
In the guidance I linked to above, it says to log a user out of the session, use https://accountname.shinyapps.io/Rminor_elevated/logout/ (My app name is Rminor_elevated) and to log them out of shinyapps.io, use https://login.shinyapps.io/logout. Whenever I go to the app, then paste the first link into my browser, I get a 404. When I paste the other link in, it takes me to the shinyapps.io login page and tells me my logout is successful.
But then if I go back to the app's URL, it just lets me right back in without having to log back in.
The only way I was able to get it to work properly was to clear my cookies, which I don't think is a sustainable answer for my users (who want a way to log out). How can I handle this from within the app?
We are on the Standard Plan, if that helps.