does convex auth work in api route of
does convex auth work in api route of nextjs if yes how do i get current user?
2 Replies
So for convex auth
You'd have to get your token from your cookie, and then pass it to the query the same way I told you in the other thread
nextjs/server - Convex Auth
Authentication library for your Convex backend