{
  "name": "frontegg/auth",
  "version": 1,
  "title": "Frontegg — authentication",
  "keys": {
    "FRONTEGG_BASE_URL": {
      "required": true,
      "sensitivity": "config",
      "pattern": "^https://\\S+$",
      "obtain": "https://portal.frontegg.com/",
      "description": "Workspace address the browser SDK points at."
    },
    "FRONTEGG_CLIENT_ID": {
      "required": true,
      "sensitivity": "config",
      "obtain": "https://portal.frontegg.com/",
      "description": "Client id, carried by the same browser flow."
    },
    "FRONTEGG_API_KEY": {
      "required": true,
      "sensitivity": "secret",
      "obtain": "https://portal.frontegg.com/",
      "description": "Server-side key."
    }
  }
}
