Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

spectrumbranch/scurvy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors