Merged in fix/authjs-config (pull request #121)

fix: authjs config

Approved-by: Simon.Emanuelsson
This commit is contained in:
Michael Zetterberg
2024-04-17 17:43:49 +00:00
committed by Simon.Emanuelsson
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",
},