1
0
Fork 0
auth.rxbn.de/README.md

23 lines
719 B
Markdown
Raw Normal View History

2019-06-17 01:11:28 +00:00
# [auth.rxbn.de](https://auth.rxbn.de) - Single sign-on (SSO) Service
Single sign-on authentication and authorization service for rxbn.de services
2019-06-01 20:35:59 +00:00
# start server
## normal start
```sh
2019-06-18 22:41:14 +00:00
$ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn node app.js
2019-06-01 20:35:59 +00:00
```
## debug start (with debug output/logs)
```sh
2019-06-18 22:41:14 +00:00
$ DB_URL=mongodb://user:pass@ip:port/db DB_NAME=authRxbn NODE_ENV=debug node app.js
2019-06-01 20:35:59 +00:00
```
# TODO
2019-06-17 01:11:28 +00:00
| title | description | - |
| ----- | ----------- | --- |
2019-06-23 21:27:52 +00:00
| database module | remove rememberMe part; add more stats methods | - |
2019-06-17 01:11:28 +00:00
| modules | database, authentication, etc. pp. | - |
| cli user management | get, add, modify, delete user data | - |
| event handling | handle CLI events | - |
| web service | GUI | - |