https://github.com/bitfinexcom/bfx-facs-auth-google
https://github.com/bitfinexcom/bfx-facs-auth-google
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfinexcom/bfx-facs-auth-google
- Owner: bitfinexcom
- License: apache-2.0
- Created: 2018-07-13T08:48:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T12:34:42.000Z (about 1 year ago)
- Last Synced: 2025-04-11T06:14:47.412Z (about 1 year ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 2
- Watchers: 7
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
]
}
}
```