1
0
Fork 0
SSObaseApp_nodeJS/README.md

26 lines
474 B
Markdown
Raw Normal View History

2019-09-04 09:57:22 +00:00
# SSObaseApp - 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
```sh
2019-09-08 17:40:36 +00:00
$ node app.js
2019-09-04 09:57:22 +00:00
```
## debug start (with debug output/logs)
```sh
2019-09-08 17:40:36 +00:00
$ NODE_ENV=debug node app.js
2019-09-04 09:57:22 +00:00
```
# TODO
| title | description | - |
| ----- | ----------- | --- |
2019-09-08 17:50:43 +00:00
| modules | authentication | - |
| authentication process | successful first login | - |
2019-09-04 09:57:22 +00:00
2019-09-08 17:50:43 +00:00
# Upgrade your forked app
2019-09-04 09:57:22 +00:00
- add upstream
- pull
- merge