Package Exports
- scurvy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scurvy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
scurvy
A reusable node.js module for handling user registration and login scenarios.
Scurvy can be used to generate hashed passwords and validate them. It also comes with Sequelize integration for an easy setup of Users with metadata 'Metastate' objects. Scurvy handles the creation of tables, as it comes with built-in schemas. Use of the database features are not required, but are recommended for maximum enjoyment.
MIT License
Install
npm install scurvy --saveNote: If you are a Windows user, you need to ensure that you have the dependencies for bcrypt found here: https://github.com/ncb000gt/node.bcrypt.js/#dependencies
More information
- API reference
- If you encounter an issue -- or even have a simple question -- please feel free to open an issue.
- Logo created by Ashley Fairweather - http://starforsaken101.deviantart.com
