28 lines
542 B
Markdown
28 lines
542 B
Markdown
# 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
|
|
$ node app.js
|
|
```
|
|
## debug start (with debug output/logs)
|
|
```sh
|
|
$ NODE_ENV=debug node app.js
|
|
```
|
|
|
|
# TODO
|
|
| title | description | - |
|
|
| ----- | ----------- | --- |
|
|
| database options | mongodb, memcache | - |
|
|
| fallback cache | in-app cache as fallback | - |
|
|
| modules | database, authentication | - |
|
|
| web service | GUI | - |
|
|
|
|
|
|
# Upgrade your app
|
|
- add upstream
|
|
- pull
|
|
- merge
|