Skip to content

bitfinexcom/bfx-facs-auth-google

Repository files navigation

bfx-facs-auth-google

Example configuration

{
  "a0": {
    "google" : {
      "clientId": "test-client-id",
      "clientSecret": "test-client-secret"
    },
    "ADM_USERS" : [
      {
        "email": "[email protected]",
        "password": "example123",
        "level": 1
      },
      {
        "email": "[email protected]",
        "password": "example123",
        "level": 2
      },
      {
        "email": "[email protected]",
        "password": false,
        "level": 0
      }
    ]
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published