fix(WEB-132): add debug env var for next-auth

This commit is contained in:
Michael Zetterberg
2024-04-26 11:43:58 +02:00
parent bcbc829e2e
commit 99ba0b0663
2 changed files with 13 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ const customProvider = {
} satisfies OIDCConfig<User>
export const config = {
debug: env.NEXTAUTH_DEBUG,
providers: [customProvider],
redirectProxyUrl: env.NEXTAUTH_REDIRECT_PROXY_URL,
trustHost: true,