First time user authentication and database entry
In my Next.js application, I need to handle an edge case where a new user logs in via Kinde Auth and should be stored in the database. I couldn’t find much information on this on the website, apart from handleAuth. Is it possible to achieve this using a callback URL?
1 Reply
I am using server component