Doc Issue: Wrong applicationID in WorkOS AuthKit example
I noticed a small but important issue in the AuthKit documentation (https://docs.convex.dev/auth/authkit/). In the example for auth.config.ts, the applicationID field is incorrectly included in the second provider configuration (the one with issuer: https://api.workos.com/user_management/${clientId}).
Hereβs the snippet from the docs:
The second provider (user_management) should not include applicationID. Removing that line fixes the issue β it took me nearly two days to track this down
