Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 374 Bytes

accounts

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

Install package:

npm i @share911/accounts

Use package:

import { Accounts } from '@share911/accounts'

Accounts.createUser(...)
Accounts.hashPassword(...)

How to publish the package to NPM (after you bump version):

npm login
npm publish