1
0
2021-08-14 00:55:34 +02:00
2020-10-26 21:59:19 +01:00
2019-09-08 19:43:52 +02:00
2020-10-01 22:13:09 +02:00
2021-08-14 00:55:34 +02:00
2020-10-26 01:06:31 +01:00

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
Description
No description provided
Readme 63 KiB
Languages
JavaScript 81.5%
Pug 17.3%
CSS 1.2%