UNPKG

feathers-authentication-management

Version:

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication

5 lines (2 loc) 95 B
const randomBytes = require('./random-bytes'); module.exports = len => randomBytes(len);