From d61fc77a1a51b8e604b3d5ba5964d23ce8699fc9 Mon Sep 17 00:00:00 2001 From: rxbn_ Date: Mon, 26 Oct 2020 01:06:31 +0100 Subject: [PATCH] git - update readme.md --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 431a93d..e7049d8 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,17 @@ # SSObaseApp_nodeJS - fork it and build your own app -nodeJS web app using auth.rxbn.de SSO Service to authenticate and authorize users +nodeJS web app using auth.rxbn.de SSO Service to authenticate users # start app ## normal start ```sh -$ node app.js +$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN node app.js ``` ## debug start (with debug output/logs) ```sh -$ NODE_ENV=debug node app.js +$ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN NODE_ENV=debug node app.js ``` -# TODO -| title | description | - | -| ----- | ----------- | --- | -| modules | authentication | - | -| authentication process | successful first login | - | - - # Upgrade your forked app - add upstream - pull