mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
feat(paypal): add paypal OAuth2 provider (#4107)
This commit is contained in:
@@ -112,6 +112,10 @@ export const auth = betterAuth({
|
||||
clientId: process.env.TWITTER_CLIENT_ID || "",
|
||||
clientSecret: process.env.TWITTER_CLIENT_SECRET || "",
|
||||
},
|
||||
paypal: {
|
||||
clientId: process.env.PAYPAL_CLIENT_ID || "",
|
||||
clientSecret: process.env.PAYPAL_CLIENT_SECRET || "",
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
organization({
|
||||
|
||||
Reference in New Issue
Block a user