1
0
Fork 0

git - README.md remove TODO part

This commit is contained in:
Ruben Meyer 2020-09-16 18:52:28 +02:00
parent ba8be413b7
commit 1b3224bd79
Signed by: rxbn_
GPG Key ID: BE3BF898BE352FE2
1 changed files with 2 additions and 10 deletions

View File

@ -3,19 +3,11 @@
Single sign-on authentication and authorization service for rxbn.de services Single sign-on authentication and authorization service for rxbn.de services
# start server # start server
## normal start ## regular
```sh ```sh
$ DB_URL="mongodb://user:pass@ip:port/authdb" DB_NAME="authRxbn" SESSION_KEY="32byteHexString" COOKIE_KEY="32byteHexString" node app.js $ DB_URL="mongodb://user:pass@ip:port/authdb" DB_NAME="authRxbn" SESSION_KEY="32byteHexString" COOKIE_KEY="32byteHexString" node app.js
``` ```
## debug start (with debug output/logs) ## debug
```sh ```sh
$ DB_URL="mongodb://user:pass@ip:port/authdb" DB_NAME="authRxbn" SESSION_KEY="32byteHexString" COOKIE_KEY="32byteHexString" NODE_ENV=debug node app.js $ DB_URL="mongodb://user:pass@ip:port/authdb" DB_NAME="authRxbn" SESSION_KEY="32byteHexString" COOKIE_KEY="32byteHexString" NODE_ENV=debug node app.js
``` ```
# TODO
| title | description | - |
| ----- | ----------- | --- |
| database module | remove rememberMe part; add more stats methods | - |
| modules | database, authentication, etc. pp. | - |
| event handling | handle CLI events | - |
| web service | GUI | - |