1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer 1b3224bd79
git - README.md remove TODO part
2020-09-16 18:52:28 +02:00
bin web - minor fixes on reset page and path ruling 2020-09-16 16:42:51 +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 - remove file state caching 2020-08-31 09:35:18 +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