How is it possible our users sometimes end up on the "Signed out" screen?
Hello there, most of the times, when
But some users report ending up in the Signed out screen. Which is a problem for us, as we have an web-app hosted inside a webview and the moment they end up in this screen, it means they cannot "close the window" - only by restarting the app.
- QUICK FIX? Is it possible to have a "close" button added to this screen?
- ROOT CAUSE? Why are they ending up in this screen and not on the defined
Thanks!
kindeClient.logout() is called, our users end up on the logout_uri defined in createKindeClient (we're using @kinde-oss/kinde-auth-pkce-js)But some users report ending up in the Signed out screen. Which is a problem for us, as we have an web-app hosted inside a webview and the moment they end up in this screen, it means they cannot "close the window" - only by restarting the app.
- QUICK FIX? Is it possible to have a "close" button added to this screen?
- ROOT CAUSE? Why are they ending up in this screen and not on the defined
logout_uri? And what makes it that sometimes they're there and some other times they're not?Thanks!
