1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer 093732bd54 web- login message update 2019-09-08 20:24:37 +02:00
bin web- login message update 2019-09-08 20:24:37 +02:00
res/web/css web - layout update 2019-09-08 20:24:12 +02:00
.gitignore logging 2019-06-23 23:18:46 +02:00
README.md README update 2019-09-03 00:25:20 +02:00
app.js app - environment variable check 2019-09-08 19:57:42 +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/authdb DB_NAME=authRxbn node app.js

debug start (with debug output/logs)

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

TODO

title description -
database module remove rememberMe part; add more stats methods -
modules database, authentication, etc. pp. -
event handling handle CLI events -
web service GUI -