clerk recording login logout
I have clerk working in my project. I'd like to save some info whenever a new user logs in, and whenever a user logs in or out
not sure how best to go about this
1 Reply
I think this covers it https://docs.convex.dev/auth/database-auth
Storing Users in the Convex Database | Convex Developer Hub
You might want to store user information directly in your Convex database, for