0.4.0 • Published 8 years ago

basic-userman v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

REST server for basic user/group management

build status

Is express pluggable.

Install

npm install basic-userman --save

Configuration

Config is performed through few environment variables with obvious meaning:

  • ADMINS_GID: group ID of admins
  • DATABASE_URL: connection string to DB
  • SERVER_SECRET: random string (MUST be the same as login app part)
  • USE_CORS: set this to use CORS middleware

If you want to give a feedback, raise an issue.