1
0
Fork 0
Go to file
Ruben Meyer 4f0ea1f15b
SSO module rewrite
2020-10-01 21:58:02 +02:00
bin SSO module rewrite 2020-10-01 21:58:02 +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 - rename repository 2020-03-08 20:19:37 +01:00
app.js secret data as environment variables 2019-09-08 19:56:03 +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 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