1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer dcbe7509d2
web - persistent sessions using mongodb as session-store
2020-08-17 13:57:10 +02:00
bin web - persistent sessions using mongodb as session-store 2020-08-17 13:57:10 +02:00
res/web web - proxy subdirectory fix 2020-08-17 10:11:45 +02:00
.gitignore general - .gitignore update (Ternjs and package-lock) 2020-03-07 00:40:07 +01:00
README.md web - persistent sessions using mongodb as session-store 2020-08-17 13:57:10 +02:00
app.js web - persistent sessions using mongodb as session-store 2020-08-17 13:57:10 +02:00
package.json web - persistent sessions using mongodb as session-store 2020-08-17 13:57:10 +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" SESSION_KEY="32byteHexString" COOKIE_KEY="32byteHexString" node app.js

debug start (with debug output/logs)

$ DB_URL="mongodb://user:pass@ip:port/authdb" DB_NAME="authRxbn" SESSION_KEY="32byteHexString" COOKIE_KEY="32byteHexString" 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 -