UNPKG

postelf

Version:

a web based solution for email server/client based on postfix

36 lines (32 loc) 481 B
const local = require('@feathersjs/authentication-local'); module.exports = { before: { all: [], find: [], get: [], create: [], update: [], patch: [], remove: [] }, after: { all: [], find: [ local.hooks.protect('password') ], get: [], create: [], update: [], patch: [], remove: [] }, error: { all: [], find: [], get: [], create: [], update: [], patch: [], remove: [] } };