You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you have a problem in your jwtVerify() method when options.passReqToCallback = true -- in this case you would need to check for the "request" in the first argument to jwtVerify() here:
Sorry for the delay, I missed this issue report. I'll merge pull request #2, but test cases and documentation are needed for the issue to be completely resolved.
Hi!
I think you have a problem in your jwtVerify() method when options.passReqToCallback = true -- in this case you would need to check for the "request" in the first argument to jwtVerify() here:
https://github.com/FloeDesignTechnologies/passport-http-jwt-bearer/blob/master/lib/strategy.js#L80
This relates to how passport-http-bearer makes the call to verify(), see here:
https://github.com/jaredhanson/passport-http-bearer/blob/master/lib/strategy.js#L129
Cheers,
Jay.
The text was updated successfully, but these errors were encountered: