rp_st
01/31/2021, 4:43 AMrevokeSession function after the verifying the session.
Calling revokeAllSessionsForUser will only revoke the session from the db and not the cookies. This means that in case access token blacklisting is not on, the current access token in the cookie will continue to work, until it expires.
To make access token expire immediately, please see https://supertokens.io/docs/emailpassword/advanced-users/advanced-session/access-token-blacklisting