1
0
Fork 0

README update

This commit is contained in:
Ruben Meyer 2019-06-17 03:11:28 +02:00
parent 6e9e666e19
commit 96fc96469b
1 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,6 @@
# [auth.rxbn.de](https://auth.rxbn.de) - Single sign-on GUI # [auth.rxbn.de](https://auth.rxbn.de) - Single sign-on (SSO) Service
Single sign-on authentication and authorization service for rxbn.de services
# start server # start server
## normal start ## normal start
@ -11,7 +13,10 @@ $ DB_URL=mongodb://user:pass@ip:port/db NODE_ENV=debug node app.js
``` ```
# TODO # TODO
| title | description | | | title | description | - |
| ----- | ----------- | - | | ----- | ----------- | --- |
| database models | | database models | user, service, etc. pp. | - |
| modules | | modules | database, authentication, etc. pp. | - |
| cli user management | get, add, modify, delete user data | - |
| event handling | handle CLI events | - |
| web service | GUI | - |