1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer e2de57ea0a
web,db - comments, remove legacy code and add error page
2020-09-25 20:05:16 +02:00
bin web,db - comments, remove legacy code and add error page 2020-09-25 20:05:16 +02:00
res/web web - add settings page 2020-09-16 16:40:17 +02:00
.gitignore git - ignore files in .notes 2020-09-16 16:25:08 +02:00
README.md git - README.md remove TODO part 2020-09-16 18:52:28 +02:00
app.js web,db - comments, remove legacy code and add error page 2020-09-25 20:05:16 +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

regular

$ DB_URL="mongodb://user:pass@ip:port/authdb" DB_NAME="authRxbn" SESSION_KEY="32byteHexString" COOKIE_KEY="32byteHexString" node app.js

debug

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