Skip to content
This repository was archived by the owner on Dec 23, 2020. It is now read-only.

vencax/node-basic-userman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

node rest api for basic user/group management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published