This guide will walk you through the process of setting up API Key authentication for your Graphweaver project. API Key authentication is a straightforward way to control access to your GraphQL API for machine-to-machine communication.

This guide will also use an Sqlite database as an example data provider. Feel free to follow along or replace with your own data source as needed.

Let's get started.

Prerequisites

Steps

Initialise a New Graphweaver Project

npx graphweaver@latest init

Install Dependencies

cd example
pnpm add @exogee/graphweaver-auth