Social login to mongodb

I have created my application and integrated it with nextjs pages router. I am only using social login such as google, facebook, and apple. No username and password login is used. Now i want to create a record against every new user who logins to my application using social login by auth0, how can i do it? My database is mongodb. I tried post-user registration action but seems like it only supports custom databases and social logins. Please help me here or provide some reference links.

Hi @akshayshinde7289

Welcome to the Auth0 Community!

Thank you for posting your question. We have an excellent knowledge solution for determining the user signup → Identify Sign Up Event in Post Login Action. From this point, you only need to change the API update to connect with your Mongodb. I hope this will help you!

Thanks
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.