git - README.md remove TODO part
This commit is contained in:
parent
ba8be413b7
commit
1b3224bd79
12
README.md
12
README.md
@ -3,19 +3,11 @@
|
||||
Single sign-on authentication and authorization service for rxbn.de services
|
||||
|
||||
# start server
|
||||
## normal start
|
||||
## regular
|
||||
```sh
|
||||
$ 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
|
||||
$ 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 | - |
|
||||
|
Loading…
x
Reference in New Issue
Block a user