1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer 6e9e666e19 events module 2019-06-17 02:44:02 +02:00
bin events module 2019-06-17 02:44:02 +02:00
.gitignore .gitignore 2019-06-01 22:05:21 +02:00
README.md README update 2019-06-01 22:35:59 +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 GUI

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
modules