1
0
Fork 0
Go to file
Ruben Meyer 9f358cc6b5
web - update copyright
2021-08-14 02:56:20 +02:00
bin web - update copyright 2021-08-14 02:56:20 +02:00
res/web/auth/css web module 2019-09-08 19:43:52 +02:00
.gitignore .gitignore update - TernJS project file 2020-03-07 00:42:47 +01:00
README.md git - update readme.md 2020-10-26 01:06:31 +01:00
app.js remove global variables 2020-10-01 22:13:09 +02:00
package.json node - update packages 2021-08-14 00:55:34 +02:00

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