1
0
Fork 0

git - update readme.md

This commit is contained in:
Ruben Meyer 2020-10-26 01:06:31 +01:00
parent 8049923711
commit d61fc77a1a
Signed by: rxbn_
GPG Key ID: BE3BF898BE352FE2
1 changed files with 3 additions and 10 deletions

View File

@ -1,24 +1,17 @@
# SSObaseApp_nodeJS - fork it and build your own app # 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 # start app
## normal start ## normal start
```sh ```sh
$ node app.js $ APP_ID=APP_UUID APP_SECRET=SECRET_TOKEN node app.js
``` ```
## debug start (with debug output/logs) ## debug start (with debug output/logs)
```sh ```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 # Upgrade your forked app
- add upstream - add upstream
- pull - pull