UNPKG

feathers-authentication-management

Version:

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

7 lines (4 loc) 112 B
module.exports = concatIDAndHash; function concatIDAndHash (id, token) { return `${id}___${token}`; }