{
  "name": "logto/auth",
  "version": 1,
  "title": "Logto — authentication",
  "keys": {
    "LOGTO_ENDPOINT": {
      "required": true,
      "sensitivity": "config",
      "pattern": "^https://\\S+$",
      "obtain": "https://cloud.logto.io/",
      "description": "Tenant address."
    },
    "LOGTO_APP_ID": {
      "required": true,
      "sensitivity": "config",
      "obtain": "https://cloud.logto.io/",
      "description": "Application id, carried by the browser SDK."
    },
    "LOGTO_APP_SECRET": {
      "required": false,
      "sensitivity": "secret",
      "obtain": "https://cloud.logto.io/",
      "description": "Only for confidential clients."
    }
  }
}
