Skip to content

EVNotify/AuthorizationService

Repository files navigation

AuthorizationService

Service to handle authorization of the API Backend

from other service: app.use('/', pingAuthorization, pingAuthentification, myFunction);

"env": { "DB_USER": "", "DB_PASSWORD": "", "DB_HOST": "localhost", "DB_PORT": "27017", "DB_NAME": "evnotify" }

DB_USER="admin" DB_PASSWORD="admin" DB_HOST="localhost" DB_PORT="27017" DB_NAME="evnotify" ./node_modules/mocha/bin/mocha tests/* --timeout 999999 --exit

About

Service to handle authorization of the API Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published