Logout from inside app

Hi everyone!

Do you have any idea how to logout from ShinyProxy from an inside the container with the app?
I mean how to close on Shiny app side connection with ShinyProxy?

Hi

In your application image (header, logout button, where ever you want the event to be triggered), simply add a button with onclick = "window.top.location.href = 'https://yoururl/logout'". This will enable users to logout from the Shiny Application itself.