react-oidc-context
react-oidc-context copied to clipboard
removeUser() doesn't remove session cookie
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?