You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the console, it shows Navigated to http://localhost:5000/connect/endsession?id_token_hint=eyJhbGciOiJS.... when the function is called but the Network inspector doesn't have any record of actually hitting that end-point.
Has anyone had a similar issue to this? Am I doing something trivially stupid?
The text was updated successfully, but these errors were encountered:
That's my UserManager object.
If I sign out through the
signoutPopup()
function, a popup window appears and the user is out the session (and the session in the background window).If I use
signoutRedirect()
, it remains logged in.In the console, it shows
Navigated to http://localhost:5000/connect/endsession?id_token_hint=eyJhbGciOiJS....
when the function is called but the Network inspector doesn't have any record of actually hitting that end-point.Has anyone had a similar issue to this? Am I doing something trivially stupid?
The text was updated successfully, but these errors were encountered: