Mikko Hautala

Results 2 comments of Mikko Hautala

Found that you can for example provide `prompt` option for the authenticate call to force prompting for account selection: ` passport.authenticate('google', { prompt: 'select_account', failureRedirect: '/login', }), ` See https://developers.google.com/identity/protocols/OAuth2UserAgent#formingtheurl...

We are also getting this same error with version 2.17.1 but only for Safari. We are still using the default cookie session. Something to do with the cookie used for...