1
0
2020-09-20 19:00:06 +02:00
2020-09-20 19:00:06 +02:00
2020-09-16 16:40:17 +02:00
2020-09-16 16:25:08 +02:00
2020-08-31 09:35:18 +02:00
2020-09-16 18:52:28 +02:00

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
Description
Single sign-on (SSO) Service
Readme 309 KiB
Languages
JavaScript 77.2%
Pug 22.3%
CSS 0.5%