1
0
Fork 0
Single sign-on (SSO) Service
Go to file
Ruben Meyer b3d0896f51
web,prometheus - initial support
2020-09-26 22:23:52 +02:00
bin web,prometheus - initial support 2020-09-26 22:23:52 +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 web,prometheus - initial support 2020-09-26 22:23:52 +02:00
app.js web,prometheus - initial support 2020-09-26 22:23:52 +02:00
package.json web,prometheus - initial support 2020-09-26 22:23:52 +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" PROMETHEUS_USER="authUsername" PROMETHEUS_PW="authPassword" node app.js

debug

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