UNPKG

@feathersjs/authentication-local

Version:

Local authentication strategy for @feathers/authentication

6 lines (4 loc) 182 B
import hashPassword from './hooks/hash-password'; import protect from './hooks/protect'; export const hooks = { hashPassword, protect }; export { LocalStrategy } from './strategy';