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

Change authenticate() callback signature #1281

Closed
hueniverse opened this issue Jan 2, 2014 · 0 comments
Closed

Change authenticate() callback signature #1281

hueniverse opened this issue Jan 2, 2014 · 0 comments
Assignees
Labels
breaking changes Change that can breaking existing code
Milestone

Comments

@hueniverse
Copy link
Contributor

From:

authenticate(request, next) where next is function(err, credentials, options)

To:

authenticate(request, reply) where reply is function (err, result) and where result is { credentials: {...} }

@ghost ghost assigned hueniverse Jan 2, 2014
jmonster pushed a commit to jmonster/hapi that referenced this issue Feb 10, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking changes Change that can breaking existing code
Projects
None yet
Development

No branches or pull requests

1 participant