Is it safe to set checkDatabase to false in verifySession for all endpoint if I am writing my own logic for checking revoked blacklisted tokens?
What does supertokens core check apart from checking whether the token is blacklisted?
r
rp_st
03/26/2024, 11:29 AM
it is safe. That boolean only checks for the session being in the db or not.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).