In this guide, we'll walk through setting up magic link authentication for your Graphweaver project.
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 @exogee/graphweaver-auth-ui-components @exogee/graphweaver-admin-ui-components