Tom Ballinger
Tom Ballinger
Great to hear, thanks for your patience while we ironed this out.
You can use multiple aud values by removing `applicationID` from your `convex/auth.config.ts`, but that places no restrictions on what the audience can be. Do you need to specify a pattern?...
Yeah removing applicationID is not safe for many providers, it's only safe if your `issuer` is specific to your app. Adding a pattern for accepting the `aud` sounds useful, we're...
Either syntax is allowed, these are both valid parsings. It sounds like the problem is you don't want to commit the `convex/_generated` directory, so you need to generate it each...
I see the Clerk example in the repo failing with this with [email protected] on main this morning caae48cf3ae843a30f527fc81d66d52f4973cc80 expand for output ```sh router % git log -1 router % pnpm...
But when I run this outside the monorepo it's fine! ``` npx degit TanStack/router/examples/react/start-clerk-basic start-clerk-basic cd start-clerk-basic // enter clerk keys pnpm run dev ``` so something like the https://github.com/TanStack/router/issues/2540...
I'd add that I'd still want a way to dodge these unused comments: currently I use `// prettier-ignore` in situations where generated code doesn't know what the user's prettier settings...
There's no official Flutter support for Convex yet and the Convex team hasn't audited the community solution above. Convex deployments do expose their APIs over HTTP, so for some things...
I originally thought this was CI thing (because the cache is never populated there!)
Can you say more, what's a Convex CLI binary? Actually compiled to a binary that bundles in Node.js or build a binary like Bun and Deno can do? Or something...