Rewrote turborepo. Hopefully this is a bit more clean & easy to understand for me.
This commit is contained in:
8
packages/backend/convex/auth.config.js
Normal file
8
packages/backend/convex/auth.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
providers: [
|
||||
{
|
||||
domain: process.env.CLERK_ISSUER_URL,
|
||||
applicationID: "convex",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user