2.3.2 • Published 4 years ago
@share911/accounts v2.3.2
accounts
NPM port of some accounts-base and accounts-password functionality. Compatible with AWS Lambda.
Install package:
npm i @share911/accountsUse package:
import { createUser, hashPassword } from '@share911/accounts'Publish package to NPM (after you bump version):
npm login
npm publish