git - update readme.md
This commit is contained in:
parent
8049923711
commit
d61fc77a1a
13
README.md
13
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user