fix: twitter provider (#462)

This commit is contained in:
Bereket Engida
2024-11-08 23:08:00 +03:00
committed by GitHub
parent 9b723b139f
commit 7c3fe83bf3
9 changed files with 164 additions and 69 deletions

View File

@@ -81,6 +81,10 @@ export const auth = betterAuth({
clientId: process.env.TWITCH_CLIENT_ID || "",
clientSecret: process.env.TWITCH_CLIENT_SECRET || "",
},
twitter: {
clientId: process.env.TWITTER_CLIENT_ID || "",
clientSecret: process.env.TWITTER_CLIENT_SECRET || "",
},
},
plugins: [
organization({