Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Assignment 4 basic Auth #124

Closed
wants to merge 2 commits into from
Closed

Conversation

Valuuin
Copy link

@Valuuin Valuuin commented Apr 23, 2015

closes Assignment 4 #118

callback(null, true, { username: user.name });
}
else {
callback(null, false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not try to combine these if's since you are returning (null, false) twice

@hueniverse hueniverse modified the milestone: 0.0.4 May 12, 2015
@hueniverse hueniverse closed this May 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants