-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Promises #225
Comments
Would this only impact req.login? Sent from my iPhone
|
I think so; do any other functions accept callbacks? On 7 Apr 2014, at 15:20, Jared Hanson [email protected] wrote:
|
No, that should be it. I'm not opposed. If you need to pull in a promise library, I'd prefer promise since that seems the most lightweight. |
Closing. See comment for rationale. |
See issue #536 for adding promise support now that a lot of time has passed since this issue was created. |
I have the following code:
It would be nicer as:
If I added support for promises to passport, would you merge it?
The text was updated successfully, but these errors were encountered: