Hi @rp_st, for my understandings with sessions management. We have different session verification flows
1. using verifySession
2. using getSession
3. manually verifying jwt
Here, if I have a separate backend application running with APIs exposes, can I try to use those APIs in the verifySession, like using node backend as a middleware between frontend and my backend application. By doing this, I'm not going to use any verification methods on my backend application so that APIs are just directly accessed from nodejs. Is this suggested?