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

Use server.decorate #107

Merged
merged 4 commits into from
Jan 29, 2016
Merged

Use server.decorate #107

merged 4 commits into from
Jan 29, 2016

Conversation

jaw187
Copy link
Contributor

@jaw187 jaw187 commented Jan 19, 2016

Closes #104

Requires bump to Hapi 11 to support passing options to server.decorate

},
"devDependencies": {
"code": "2.x.x",
"hapi": "10.x.x",
"hapi": "11.x.x",
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 12?

@jaw187
Copy link
Contributor Author

jaw187 commented Jan 21, 2016

@hueniverse Ok to merge?

};

return new cookieAuth();
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be CookieAuth

@hueniverse
Copy link
Contributor

See comments. Otherwise good to go.

@jaw187 jaw187 added this to the 6.0.0 milestone Jan 29, 2016
jaw187 added a commit that referenced this pull request Jan 29, 2016
@jaw187 jaw187 merged commit ad04409 into hapijs:master Jan 29, 2016
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use server.decorate() instead of assignment
3 participants