JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q31262F
  • License MIT

A reusable node.js module for handling user registration and login scenarios.

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

Build Status Dependency Status

Install

npm install scurvy --save

Note: 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