Merge remote-tracking branch 'origin/main' into fix-foundry-auth-error

This commit is contained in:
Nathan Flurry 2026-03-16 21:26:25 -07:00
commit 4ca77e4d83

View file

@ -476,6 +476,9 @@ export function initBetterAuthService(actorClient: any, options: { apiUrl: strin
strategy: "compact",
},
},
onAPIError: {
errorURL: stripTrailingSlash(options.appUrl) + "/signin",
},
socialProviders: {
github: {
clientId: requireEnv("GITHUB_CLIENT_ID"),