0.10.6 • Published 6 years ago

secure-login v0.10.6

Weekly downloads
3
License
GPL-2.0
Repository
github
Last release
6 years ago

secure-login

what it is

secure-login (SL) is a Node.js user authentication and management system. User login information is stored in a sqlite3 database, laregely following these guidelines for password storage. There is also an interface for adding/removing users, authenticating users, and updating usernames/passwords.

install

$ npm install secure-login

getting started

View the Wiki to see code samples and get caught up to speed.

future plans

  • Actually write a decent README
  • Finish implementing tests (some DB functions, login, logout)
  • Implement session events (onAuthenticate, onUnauthenticate, onTimeout, etc.)
  • Rewrite/strengthen tests
  • Passportjs support
  • client-side javascript to verify username uniqueness and password strength
0.10.6

6 years ago

0.10.5

6 years ago

0.10.4

6 years ago

0.10.3

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

7 years ago

0.9.0

8 years ago

0.8.1

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago