Hello! I have a task: there's a project using Next.js App Router and a backend API using Python Supertokens + Core located on a remote server. I need to somehow integrate these services and implement authorization. I tried to directly connect the Next.js server to the Core, but there’s a compatibility issue since the Core version is 6. Do you have any ideas on how to implement this through the Python backend?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).