MrBithlesM
Convex Community7mo ago
5 replies
MrBithles

Call a convex query from server worker with machine2machine auth/jwt - is that possible?

Hey all, super new here and trying out convex. I question about being able to call convex from an external server. I have some Cloudflare workers that run on schedules and these workers need to enrich an existing model in Convex on completion, but I am struggling to find any documentation about this (other than small paragraph about it https://docs.convex.dev/auth#service-authentication).

I am wondering if its possible to do this or do I need to make a secret that is verified in public url task.
Add authentication to your Convex app.
Authentication | Convex Developer Hub
Was this page helpful?