mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
chore: update demo
This commit is contained in:
@@ -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 || "",
|
||||
|
||||
Reference in New Issue
Block a user