mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00:00
fix: twitter provider (#462)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user