-
Notifications
You must be signed in to change notification settings - Fork 98
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
removeVerification not suitable as an after find hook #55
Labels
Comments
The hook was not intended to be used with a find, but it should be able to handle it. Thanks. Where did you find docs for this repo? I can't find them anymore in docs.feathersjs.com. edit: daffl had thankfully stashed them in doc.md back in April. |
I'll handle this when I have time. |
I don't think that feathers-auth-management docs are available on docs.feathersjs.com |
They've been restored now. |
claustres
added a commit
to kalisio/feathers-authentication-management
that referenced
this issue
Jan 7, 2018
Merged
eddyystop
added a commit
that referenced
this issue
Jan 10, 2018
lwhiteley
pushed a commit
to lwhiteley/feathers-authentication-management
that referenced
this issue
Jan 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this line: https://github.com/feathersjs/feathers-authentication-management/blob/master/src/hooks.js#L40, removeVerification hook consider that result is a user.
However, in a find hook, result could be a paginated data.
The text was updated successfully, but these errors were encountered: