react-oidc-context icon indicating copy to clipboard operation
react-oidc-context copied to clipboard

removeUser() doesn't remove session cookie

Open flashtheman opened this issue 3 years ago • 0 comments

The method auth.removeUser() does not end the session completely. When I call auth.signoutRedirect() and confirm the signout, the session cookie in my browser AND the session on my oidc server is completely deleted. However, auth.removeUser() it seems not to destroy the session on the server, and also not delete the cookie in my browser.

Is there a way to signout without redirecting to the signout form?

flashtheman avatar Sep 24 '22 00:09 flashtheman