fix(auth): add accountLinking trustedProviders for authentik (GRO-1509) #42

Merged
The Dogfather merged 2 commits from flea-flicker/gro-1509-better-auth-account-not-linked into dev 2026-05-21 22:47:26 +00:00
Showing only changes of commit 00dadac0a1 - Show all commits
+4
View File
@@ -251,6 +251,10 @@ export async function initAuth(): Promise<void> {
},
},
account: {
accountLinking: {
enabled: true,
trustedProviders: ["authentik"],
},
storeStateStrategy: "cookie" as const,
},
emailAndPassword: {