Encountering an issue with Next.js 14 in conjunction with auth.js utilizing the MongoDB Adapter.
Unanswered
Turkish Angora posted this in #help-forum
Turkish AngoraOP
I'm encountering an issue while working on authentication for my app. Specifically, I'm attempting to enable users to sign up via Google. I've successfully implemented this functionality, but I'm struggling to find resources on how to send the user data to my MongoDB database. I've checked the auth.js documentation, but it doesn't provide guidance on this aspect.