{
  "name": "stytch/auth",
  "version": 1,
  "title": "Stytch — authentication",
  "keys": {
    "STYTCH_PROJECT_ID": {
      "required": true,
      "sensitivity": "secret",
      "obtain": "https://stytch.com/docs/workspace-management/api-keys",
      "description": "The basic auth username half. Stytch pairs it with the secret for every API call and never separates it, so it is not treated as public. Each environment has its own; test and live values are not interchangeable."
    },
    "STYTCH_SECRET": {
      "required": true,
      "sensitivity": "secret",
      "obtain": "https://stytch.com/docs/workspace-management/api-keys",
      "description": "The password half of that pair."
    },
    "STYTCH_PUBLIC_TOKEN": {
      "required": false,
      "sensitivity": "config",
      "obtain": "https://stytch.com/docs/workspace-management/api-keys",
      "description": "Stytch says the frontend SDKs use the public token rather than the project id and secret, which is a direction to put this one in the browser and keep those out of it. The variable names are convention."
    }
  }
}
