1
0
Fork 0
You cannot 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 9f358cc6b5
web - update copyright
2 years ago
bin web - update copyright 2 years ago
res/web/auth/css web module 4 years ago
.gitignore .gitignore update - TernJS project file 3 years ago
README.md git - update readme.md 3 years ago
app.js remove global variables 3 years ago
package.json node - update packages 2 years ago

README.md

SSObaseApp_nodeJS - fork it and build your own app

nodeJS web app using auth.rxbn.de SSO Service to authenticate users

start app

normal start

$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN node app.js

debug start (with debug output/logs)

$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN NODE_ENV=debug node app.js

Upgrade your forked app

  • add upstream
  • pull
  • merge