1
0
Fork 0
SSObaseApp_nodeJS/README.md

26 lines
481 B
Markdown

# SSObaseApp_nodeJS - 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
$ node app.js
```
## debug start (with debug output/logs)
```sh
$ NODE_ENV=debug node app.js
```
# TODO
| title | description | - |
| ----- | ----------- | --- |
| modules | authentication | - |
| authentication process | successful first login | - |
# Upgrade your forked app
- add upstream
- pull
- merge