chore: update demo

This commit is contained in:
Bereket Engida
2024-11-18 14:21:07 +03:00
parent e442627c61
commit 5853da4ba1
7 changed files with 88 additions and 62 deletions

View File

@@ -80,6 +80,10 @@ export const auth = betterAuth({
},
},
socialProviders: {
facebook: {
clientId: process.env.FACEBOOK_CLIENT_ID || "",
clientSecret: process.env.FACEBOOK_CLIENT_SECRET || "",
},
github: {
clientId: process.env.GITHUB_CLIENT_ID || "",
clientSecret: process.env.GITHUB_CLIENT_SECRET || "",