You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
662 B
22 lines
662 B
# [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
|
|
## normal start
|
|
```sh
|
|
$ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn node app.js
|
|
```
|
|
## debug start (with debug output/logs)
|
|
```sh
|
|
$ DB_URL=mongodb://user:pass@ip:port/authdb DB_NAME=authRxbn 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 | - |
|