mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-02-05 00:06:36 -05:00
feat: add account linking
This commit is contained in:
@@ -19,6 +19,10 @@ export const auth = betterAuth({
|
|||||||
"https://beenvoice.soconnor.dev",
|
"https://beenvoice.soconnor.dev",
|
||||||
"https://auth.soconnor.dev", // Authentik IdP for OIDC discovery
|
"https://auth.soconnor.dev", // Authentik IdP for OIDC discovery
|
||||||
],
|
],
|
||||||
|
accountLinking: {
|
||||||
|
enabled: true,
|
||||||
|
trustedProviders: ["authentik"],
|
||||||
|
},
|
||||||
emailAndPassword: {
|
emailAndPassword: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
password: {
|
password: {
|
||||||
|
|||||||
Reference in New Issue
Block a user