Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Comment - Hooks - required #63

Closed
tisschneider opened this issue Mar 5, 2019 · 0 comments
Closed

Comment - Hooks - required #63

tisschneider opened this issue Mar 5, 2019 · 0 comments
Labels

Comments

@tisschneider
Copy link

Example shows

const { required } = require('feathers-hooks-common');
module.exports = { before: {
all: required('email', 'password')
} };

When it really only works for ['create', 'update', 'patch'].

@eddyystop eddyystop added the to do label Mar 5, 2019
@daffl daffl closed this as completed Oct 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants