Hey can anyone tell me a few pointers
summary
Frontend -- Next JS
Backend -- Node JS
Type -- Implemented Social + Password less Login
Super token handels the callbacks on client side whole redirection.
But I also wanna store the user on my end with the oauth details which i recieve on the backend side
so while the oauth is happenning there are two seprate flows which are created
One is frontend which is doing callback and redirecting user to "/" after confirmation
Other is backend which is processing the user info saving them in databases
No where they are interconnected
which is creating disperancy in my auth system
Please do help if anyone has ever gone with this flow