feat: add account linking

This commit is contained in:
2026-01-14 03:17:54 -05:00
parent 0d5aae3f1b
commit 0696e488e6

View File

@@ -19,6 +19,10 @@ export const auth = betterAuth({
"https://beenvoice.soconnor.dev",
"https://auth.soconnor.dev", // Authentik IdP for OIDC discovery
],
accountLinking: {
enabled: true,
trustedProviders: ["authentik"],
},
emailAndPassword: {
enabled: true,
password: {