Login with cli or programmatically
Hi,
I'm creating an app that uses the WebContainer from Stackblitz to run cli commands from a Linux-like environment in the browser. I'm trying to spin up a convex development server from this environment, but running npx run dev would require authentication, and not all end users would have a github account for authentication. Is it possible to authenticate without opening a browser?
Thanks.
0 Replies