1
0
Fork 0
auth.rxbn.de/README.md

491 B

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