Skip to content

Commit

Permalink
fix: Possible fix for google oauth cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 committed Jan 31, 2024
1 parent f8f7885 commit c29a65c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routes/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ module.exports = [
strategies: ['sinfo'],
mode: 'try'
},
state: {
parse: false,
failAction: 'ignore'
},
validate: {
payload: Joi.object({
user: Joi.string().required().description('google id of the member'),
Expand Down

0 comments on commit c29a65c

Please sign in to comment.