nahtnam
nahtnam3w ago

Follow up question, lets say I want a

Follow up question, lets say I want a specific route to be handled outside of convex (but using convex auth). In this case, user clicks a button, button calls my backend endpoint, I do some DB stuff but also ffmpeg or something like that. In my backend endpoint, how can I get the current user? How can I run convex mutations authenticated?
1 Reply
nahtnam
nahtnamOP3w ago
I use tanstack start and it seems like server side stuff can only work/be authenticated if youre using clerk? https://docs.convex.dev/client/react/tanstack-start/#authentication
TanStack Start | Convex Developer Hub
How Convex works with TanStack Start

Did you find this page helpful?