Hello! I have a web app on nextjs with db. currently have only email + password. want also add socia...
n
Hello! I have a web app on nextjs with db. currently have only email + password. want also add social logins when i implement supertokens in my web app. but can i use it with mobile app on flutter?
r
Hey. You can. See our docs for custom UI. It had code snippets for mobile apps
n
but what about cors or something? what should i change in configurations that users can authenticate both in nextjs and mobile apps?
r
No cors change required
Nothing should require changing on the backend
n
thanks. i will try 😊