Great tutorial on getting started with Next Auth! It's impressive how Next Auth simplifies authentication and offers flexibility with various providers. Looking forward to exploring more customization options.
Can NextAuth be integrated with existing user databases? 🔗
I wonder if NextAuth supports social media authentication like Google and Facebook? 🤔
Hrithwik Bharadwaj
Software Engineer ,Tech Enthusiast, Violinist
I am super new to next-auth and trying it for my new side project .
I have few questions
How can I get custom data which is stored in the DB for the user like userId. (Should I use the session hook and whenever the use session is called , it makes a DB call)
How can I stop making a session API call everytime the tab is switched ?