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 NullifyTokens() func you want to delete / invalidate the authCookie and refreshCookie.
Unfortunately this does not work if the cookie has no value for the path attribute. The browsers ignores the Set-Cookie headers and the cookies are preserved.
Kind Regards
The text was updated successfully, but these errors were encountered:
Hi there
In the
NullifyTokens()
func you want to delete / invalidate theauthCookie
andrefreshCookie
.Unfortunately this does not work if the cookie has no value for the path attribute. The browsers ignores the Set-Cookie headers and the cookies are preserved.
Kind Regards
The text was updated successfully, but these errors were encountered: