1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer 7ca553da5a web server 2019-06-19 00:44:35 +02:00
bin web server 2019-06-19 00:44:35 +02:00
res/web/css web server 2019-06-19 00:44:35 +02:00
.gitignore .gitignore 2019-06-01 22:05:21 +02:00
README.md database module 2019-06-19 00:41:14 +02:00
app.js main app file 2019-06-01 22:35:40 +02:00
package-lock.json package.json 2019-06-01 22:05:13 +02:00
package.json package.json 2019-06-01 22:05:13 +02:00

README.md

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 DB_NAME=authRxbn node app.js

debug start (with debug output/logs)

$ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn 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 -