mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-20 12:05:21 +00:00
add clerk as convex auth provider
This commit is contained in:
8
convex/auth.config.ts
Normal file
8
convex/auth.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
providors: [
|
||||
{
|
||||
domain: process.env.NEXT_PUBLIC_CLERK_FRONTEND_API_URL,
|
||||
applicationId: process.env.NEXTAUTH_ID,
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user