1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer fd9e52bd65
auth - pre-defined hash delimiter in config
2020-08-14 13:23:05 +02:00
bin auth - pre-defined hash delimiter in config 2020-08-14 13:23:05 +02:00
res/web web - cancel request 2020-03-07 00:41:48 +01:00
.gitignore general - .gitignore update (Ternjs and package-lock) 2020-03-07 00:40:07 +01:00
README.md README update 2019-09-03 00:25:20 +02:00
app.js general,web,db - rewrite db module, add async handling 2020-08-14 13:20:19 +02:00
package.json general,web,db - rewrite db module, add async handling 2020-08-14 13:20:19 +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 -