1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer 8c2d8a6920 web - app request -> redirecting 2019-11-30 23:42:34 +01:00
bin web - app request -> redirecting 2019-11-30 23:42:34 +01:00
res/web web - login and logout 2019-11-24 00:37:01 +01: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 quick changes 2019-09-25 20:21:00 +02:00
package.json cli - colour support 2019-11-24 00:28:34 +01: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 -