basic-userman
v0.4.0
Published
node rest api for basic user/group management
Downloads
3
Readme
REST server for basic user/group management
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.