2.3.2 • Published 2 years ago

@share911/accounts v2.3.2

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

accounts

NPM port of some accounts-base and accounts-password functionality. Compatible with AWS Lambda.

Install package:

npm i @share911/accounts

Use package:

import { createUser, hashPassword } from '@share911/accounts'

Publish package to NPM (after you bump version):

npm login
npm publish