fix: authjs config

This commit is contained in:
Michael Zetterberg
2024-04-17 17:16:27 +02:00
parent 0039428c76
commit 7d0e58a7fe
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ CYPRESS_BASE_URL="http://localhost:3000"
DESIGN_SYSTEM_ACCESS_TOKEN=""
NEXTAUTH_REDIRECT_PROXY_URL="http://localhost:3000/api/web/auth"
NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000/api/web/auth"
NEXTAUTH_URL="http://localhost:3000/"
REVALIDATE_SECRET=""
SEAMLESS_LOGIN_DA="http://www.example.dk/updatelogin"
SEAMLESS_LOGIN_DE="http://www.example.de/updatelogin"

View File

@@ -49,7 +49,6 @@ export const config = {
providers: [customProvider],
redirectProxyUrl: env.NEXTAUTH_REDIRECT_PROXY_URL,
trustHost: true,
session: {
strategy: "jwt",
},