Hello! If I'm using Next.js only as a frontend (backend is on Nest.js), but I want to use sessions from RSC. Do I have to initialize the the backend config too, even if I'm not using Next.js as a backend?
Also, does that mean, that the config for
SuperTokens.init()
should be shared? I have a few overrides in the
ThirdPartyEmailPassword
recipe. Should the overrides be shared too?