1
0
Fork 0
Single sign-on (SSO) Service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ruben Meyer 7f92f3e721
web - each api route has its own file to simplify structure
3 years ago
bin web - each api route has its own file to simplify structure 3 years ago
res/web web - form usability fix 3 years ago
.gitignore general - .gitignore update (Ternjs and package-lock) 3 years ago
README.md web - persistent sessions using mongodb as session-store 3 years ago
app.js web - remove file state caching 3 years ago
package.json web - persistent sessions using mongodb as session-store 3 years ago

README.md

auth.rxbn.de - Single sign-on (SSO) Service

Single sign-on authentication and authorization service for rxbn.de services

start server

normal start

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

debug start (with debug output/logs)

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

TODO

title description -
database module remove rememberMe part; add more stats methods -
modules database, authentication, etc. pp. -
event handling handle CLI events -
web service GUI -