From 611c1e86d29b73a73cb91a084f75cdc98d82b82b Mon Sep 17 00:00:00 2001 From: Adrien Joly <531781+adrienjoly@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:46:51 +0100 Subject: [PATCH] Revert "fix(auth): `state missing from the response`" This reverts commit 835651791c47e466f88108da4fc389f58a8fe336. --- app/lib/auth0/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/lib/auth0/index.js b/app/lib/auth0/index.js index b6d0ae1d6..d5f7fdf74 100644 --- a/app/lib/auth0/index.js +++ b/app/lib/auth0/index.js @@ -78,11 +78,6 @@ exports.Auth0Wrapper = class Auth0Wrapper { secret: this.env.AUTH0_SECRET, clientID: this.env.AUTH0_CLIENT_ID, issuerBaseURL: this.env.AUTH0_ISSUER_BASE_URL, - session: { - cookie: { - domain: new URL(urlPrefix).hostname, - }, - }, }); }