Closed rxsands closed 9 years ago
Add passReqToCallback option to CasStrategy as documented in Passport (see http://passportjs.org/docs#association-in-verify-callback). Many other strategies already implement this option to allow passing the req to the verify callback. This was used as an example: https://github.com/jaredhanson/passport-local/blob/master/lib/strategy.js.
Add passReqToCallback option to CasStrategy as documented in Passport (see http://passportjs.org/docs#association-in-verify-callback). Many other strategies already implement this option to allow passing the req to the verify callback. This was used as an example: https://github.com/jaredhanson/passport-local/blob/master/lib/strategy.js.