1
0
Fork 0
auth.rxbn.de/README.md

662 B

auth.rxbn.de - Single sign-on (SSO) Service

Single sign-on authentication and authorization service for rxbn.de services

start server

normal start

$ DB_URL=mongodb://user:pass@ip:port/db node app.js

debug start (with debug output/logs)

$ DB_URL=mongodb://user:pass@ip:port/db NODE_ENV=debug node app.js

TODO

title description -
database models user, service, etc. pp. -
modules database, authentication, etc. pp. -
cli user management get, add, modify, delete user data -
event handling handle CLI events -
web service GUI -