@share911/accounts
v2.3.2
Published
NPM port of some accounts-base and accounts-password functionality. Compatible with AWS Lambda.
Downloads
182
Readme
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