@almedso/cosmea-core
v0.5.9
Published
Core Service for User/Organization/Role/Site
Downloads
20
Readme
Cosmea Core
Core service to handle
- user, organization, role and site object(s)
- deal with authorization via web token (JWT)
- deal with permissions (access control)
- provide simple user/password authentication (using bcrypt)
The name cosmea introduces a namespace and helps the author to memorize a the name of a beautiful flower.
Installation
Get the source code:
$ git clone [email protected]:almedso/cosmea-core.gitInstall the required packages (this might take a while)
$ npm installRun the tests locally
$ npm testBuild the developer documentation
$ npm run jsdoc
$ npm run apidoc