PatolordP
Convex Community11mo ago
1 reply
Patolord

Act as Authenticated User Convex + Clerk

On my convex query i call the function below, which follows the recommend way to store clerk users on the convex db.
const user = await getCurrentUserOrThrow(ctx);

when using the convex dashboard function input, how can i pass the userId to test my functions?
Was this page helpful?