Hi @rp, So I'm planning to introduce supertokens in my design based application, so If i'm introducing backend sdk with it, there will be a latency since the flow goes like this,
1. user does an operation in the front end
2. front end does an api call to backend sdk of supertokens, which verifies session
3. backend call my backend application in turn for operations.
will this latency affect the user experience? since I want to give a seamless experience to the user. What's your thoughts on this?