feat: microsoft sso

This commit is contained in:
Bereket Engida
2024-10-05 10:51:14 +03:00
parent b046d67e59
commit 438c8e2045
21 changed files with 407 additions and 184 deletions

View File

@@ -88,5 +88,9 @@ export const auth = betterAuth({
clientId: process.env.DISCORD_CLIENT_ID || "",
clientSecret: process.env.DISCORD_CLIENT_SECRET || "",
},
microsoft: {
clientId: process.env.MICROSOFT_CLIENT_ID || "",
clientSecret: process.env.MICROSOFT_CLIENT_SECRET || "",
},
},
});