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.
curl
and sqlite3
from the command line. These can be substituted with your own tools if you do not have themnpx graphweaver@latest init
cd example
pnpm add @exogee/graphweaver-auth