Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix uri check #44

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix uri check #44

wants to merge 3 commits into from

Conversation

adborden
Copy link

Check against req.originalUrl in case the middleware is mounted to an
endpoint.

Fixes #43

Aaron Borden and others added 3 commits November 24, 2014 12:37
Check against req.originalUrl in case the middleware is mounted to an
endpoint.
[ci skip] [cd skip]
[ci skip] [cd skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When express app is mounted at non-root endpoint, passport-http returns 400
2 participants