When using the SuperTokensiOS SDK the `static Supe...
# support-questions-legacy
c
When using the SuperTokensiOS SDK the
static SuperTokens.signOut(completionHandler:)
while it makes the successful network call it doesn't seem to actually sign the user out on the frontend, calling
static SuperTokens.doesSessionExist()
continues to return
true
. How do I actually revoke or invalidate the local session?
4 Views