Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/lib/auth0/index.js
Expand Up @@ -78,6 +78,11 @@ 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,
},
},
});
}

Expand Down

0 comments on commit 8356517

Please sign in to comment.