Is there a way to check the headers in the context or pass it?
I made my own auth through convex and I need to access the cookie. I'm not using any of the auth providers. This is inside a mutation by the way.
1 Reply
Convex mutations are run from the browser via websocket message, so there are no cookies passed through. If the cookie is accessible from JavaScript you could send it in as an extra argument.