Skip to content

Commit

Permalink
fix(auth): revert previous commit
Browse files Browse the repository at this point in the history
Revert "fix(auth): try to refresh auth0 session silently, without having to re-login everyday"

This reverts commit c8fb684.
  • Loading branch information
adrienjoly committed Mar 9, 2024
1 parent d818bd4 commit 0b1a7a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/auth0/index.js
Expand Up @@ -73,7 +73,6 @@ exports.Auth0Wrapper = class Auth0Wrapper {
const openId = require('express-openid-connect');
return openId.auth({
authRequired: false,
attemptSilentLogin: true,
auth0Logout: true,
baseURL: urlPrefix,
secret: this.env.AUTH0_SECRET,
Expand Down

0 comments on commit 0b1a7a2

Please sign in to comment.