Newer
Older
# open-authenticator
## Features
WIP
## Set up
```bash
git clone https://github.com/Scharkee/open-authenticator.git
# configure config.json using configExample.json
npm setup
```
## Configuration
```javascript
// Pushover configuration
{
"type": "pushover",
"user": "PUSHOVER_USER",
"token": "PUSHOVER_TOKEN",
"devices": {"userIdentifier":"userDevice"}