Hello, is there any way to have an app to stand between SuperTokens and the client?
I have a NextJs server, to have Server Side Rendering
when a client is requesting to NextJs, I need to handle his cookies and to do that, I should get cookie of user and send it to SuperTokens and return it back to client. so the NextJs app need to stand between client and SuperTokens
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).