Authentication System implemented in JavaScript inspired by How Dropbox Securely Stores Your Passwords.
$ git clone https://github.com/dannluciano/dasjs && cd dasjs
- nodejs (7.0.0)
- yarn
- testcafe
- postgres (9.6)
$ brew install nodejs postgresql yarn
and
$ npm install -g testcafe
and
$ yarn install
$ yarn setup
$ yarn test
$ yarn build && yarn start