How to access mutations/queries from authAdapters in next auth convex setup?
Currently I am using mutations I created to
createUser or stuff like that, but I can see that most of the queries or mutations that I require are already present in the authAdadpter.ts file, so I was wondering how can I use it in my applicaiton?I try to call it, but I am presented with this error.
I understand that
createUser mutation is wrapped with a custom mutation in authAdapter.ts which requires a secret key (CONVEX_AUTH_SECRET_KEY) , but how can I pass that exactly?/authAdapter.ts

