jaredhanson / jaredhanson/passport-http
passReqToCallback support missing from Digest strategy
Open
- Dominant language
- JavaScript
- Stars
- 261
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
The **Basic** stragegy implements the **passReqToCallback** option, but support for this is missing in the **Digest** strategy.
Perhaps both callbacks, **secret** and **validate**, should honour this option.
Contributor guide
Research direction
Compare the Digest strategy's callback handling with the Basic strategy's passReqToCallback support. Check how the secret and validate callbacks are invoked, then verify that both honor the option without breaking existing Digest authentication behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100