Is there any diagram about when supertoken-node calls supertoken-core in the backend?
I want to understand if verifySession token is making a network request, if yes, how do I reduce it. Latency is a challenge for me.
So I am thinking if verifySession makes a call to supertoken-core(which is cloud, I dont want to slf host)
then I will just use JWT and validate tokens myself.
But if its not making network call, I am good. Thoughts?