Is it possible to verify a session without sending a request to Supertokens core?
h
Is it possible to verify a session without sending a request to Supertokens core?
r
hey @henry05966yes - the getSession / verifySession function is stateless
so session verification doesn't query the core most of the time anyway
h
awesome
thank you