UNPKG

feathers-authentication-management

Version:

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

4 lines (2 loc) 139 B
import { randomBytes } from './random-bytes'; export const getLongToken = async (len: number): Promise<string> => await randomBytes(len);