Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 379 Bytes

File metadata and controls

29 lines (23 loc) · 379 Bytes

Onionful API

AWS Secrets Manager

Required Secrets:

development/onionful

{
  "auth0": {
    "domain": "domain.auth0.com",
    "clientId": "...",
    "jwksUri": "https://onionful.eu.auth0.com/.well-known/jwks.json",
    "api": {
      "clientId": "...",
      "clientSecret": "..."
    }
  }
}

development/onionful/token

{
  "token": "..."
}