1
0
Fork 0
Go to file
Ruben Meyer 61bdabc9fb .gitignore update - TernJS project file 2020-03-07 00:42:47 +01:00
bin renamed config property names 2020-01-12 21:37:16 +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 minor README.md update 2019-09-08 19:50:43 +02:00
app.js secret data as environment variables 2019-09-08 19:56:03 +02:00
package.json package.json 2019-09-08 19:42:39 +02:00

README.md

SSObaseApp - fork it and build your own app

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

start app

normal start

$ node app.js

debug start (with debug output/logs)

$ NODE_ENV=debug node app.js

TODO

title description -
modules authentication -
authentication process successful first login -

Upgrade your forked app

  • add upstream
  • pull
  • merge