1
0
Fork 0
Go to file
Ruben Meyer 8c6124473f
quick fix - SSO module not working
2020-10-26 21:31:30 +01:00
bin quick fix - SSO module not working 2020-10-26 21:31:30 +01: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 update dependencies 2020-10-01 21:27:59 +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