An open API service indexing awesome lists of open source software.

https://github.com/bitfinexcom/bfx-facs-auth-google


https://github.com/bitfinexcom/bfx-facs-auth-google

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# bfx-facs-auth-google

### Example configuration

```
{
"a0": {
"google" : {
"clientId": "test-client-id",
"clientSecret": "test-client-secret"
},
"ADM_USERS" : [
{
"email": "admL1@bitfinex.com",
"password": "example123",
"level": 1
},
{
"email": "admL2@bitfinex.com",
"password": "example123",
"level": 2
},
{
"email": "google@bitfinex.com",
"password": false,
"level": 0
}
]
}
}
```