Hey guys! I'm new to supertokens and want to ask y...
# support-questions-legacy
g
Hey guys! I'm new to supertokens and want to ask you a question: I've been with this problem for 2 weeks and not sure if it's a problem on my side (knowledge) or is something that maybe super tokens don't support. I'm building an e-commerce platform: NextJS Frontend and NestJS Backend/API. The thing is that I want/need to use NextJS as Backend For Front end, this because I need SEO and will have mobile apps in the future that will consume the NestJS API (auth included). The thing is that I haven't been able to connect everything, so NestJS is the one in charge of authenticate users. Right now nest is working with supertokens perfectly, but, the problem lies in the fact that I can't connect NextJS to Nest in order to authenticate my users and then consume authenticated resources This is the flow for Authentication: NextJS FE Form -> NextJS Backend -> NestJS/auth An then, for making authenticated calls Private page in nextjs -> NextJS backend -> NestJS api === If there's anything you can help me, or maybe redirect me to resources that explain this kind of implementations, I would be very grateful