Open dev-aston opened 3 years ago
Is it possible to implement the passReqToCallback passport behaviour ?
passport.use(new CognitoStrategy({ userPoolId: 'ap-northeast-1_eSjqLfqKc', clientId: 'vtvg02tr21zmxvspyvawtv09b', region: 'ap-northeast-1', passReqToCallback: true }
The verify function signature would change.
Is it possible to implement the passReqToCallback passport behaviour ?
passport.use(new CognitoStrategy({ userPoolId: 'ap-northeast-1_eSjqLfqKc', clientId: 'vtvg02tr21zmxvspyvawtv09b', region: 'ap-northeast-1', passReqToCallback: true }
The verify function signature would change.