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
Cookies between OkHttp3 clients and HttpURLConnection requests are not guaranteed to be shared. As a result when using sessions with OkHttp3/Retrofit SuperTokens.signOut does not actually clear the session.
This is because the signout function internally uses httpurlconnection.
To solve this problem, it is best that the sign out API is called directly without using a helper function. The SuperTokens.signOut function should be marked as deprecated
The text was updated successfully, but these errors were encountered:
Cookies between OkHttp3 clients and HttpURLConnection requests are not guaranteed to be shared. As a result when using sessions with OkHttp3/Retrofit
SuperTokens.signOut
does not actually clear the session.This is because the signout function internally uses httpurlconnection.
To solve this problem, it is best that the sign out API is called directly without using a helper function. The
SuperTokens.signOut
function should be marked as deprecatedThe text was updated successfully, but these errors were encountered: