Newer
Older
# [WIP] open-authenticator
A minimal, dockerized authentication service for easy auth management. Custom strategies and Passportjs strategies supported.
```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",
## Adding custom strategy
WIP
## Unique multi-identity support
WIP
### Running independently
WIP
### Contribution & Support
Submit bugs and requests through the project's issue tracker:
[](https://github.com/Scharkee/netcore-postgres-oauth-boiler/issues)
### License
This project is licensed under the terms of the MIT license.