camsoft2000
02/03/2024, 12:08 AMstatic 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?