{
  "name": "corbado/auth",
  "version": 1,
  "title": "Corbado — passkey auth",
  "keys": {
    "CORBADO_PROJECT_ID": {
      "required": true,
      "sensitivity": "config",
      "pattern": "^pro-[0-9]+$",
      "obtain": "https://app.corbado.com/",
      "description": "Project id, carried by the browser component."
    },
    "CORBADO_API_SECRET": {
      "required": true,
      "sensitivity": "secret",
      "obtain": "https://app.corbado.com/",
      "description": "Server-side secret."
    }
  }
}
