Skip to content

Goal is to become an adminstration interface for Node/Express/Mongoose based websites( similar in fashion to Lumber or Keystone) and learn alot along the way

Notifications You must be signed in to change notification settings

Splitter/nadmin

Repository files navigation

nadmin

Goal is to become an adminstration interface for Node/Express/Mongoose based websites similar in fashion to Lumber or Keystone

enter image description here enter image description here

Current state:

User management/authentication

  • supports register, sign in, sign out and password reset
  • bcrypt encryption on password/token storage
  • crypto module to randomly generate token for reset(with expiration and hashed storage of token)
  • express-brute module to rate limit login attempts
  • helmet module to secure headers
  • csurf module for csrf protection

Admin Dashboard

  • beggining of development
  • main dashboard index is 'functional'

About

Goal is to become an adminstration interface for Node/Express/Mongoose based websites( similar in fashion to Lumber or Keystone) and learn alot along the way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published