valashnezV
Convex Community2y ago
7 replies
valashnez

Running an internal mutation from nodejs backend

Is it possible to run a mutation from the backend?

I have a chat app with Clerk set up for authentication. However, I want to periodically send a message as a user when one of my backend services is triggered, but since this occurs on the backend, there is no authed user, so the mutation is failing.

Is it possible to override auth for an internal mutation?
Was this page helpful?