feat(paypal): add paypal OAuth2 provider (#4107)

This commit is contained in:
Shobhit Patra
2025-08-22 00:20:03 +05:30
committed by GitHub
parent ed17525775
commit 96b5fabdfa
6 changed files with 394 additions and 0 deletions

View File

@@ -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({