@shammy911/guard-sdk
v1.0.0
Published
Tiny server-side SDK for calling Guard API `/check`.
Readme
Guard SDK (v1)
Tiny server-side SDK for calling Guard API /check.
✅ Designed for backend use (Node, Next.js API routes, server functions)
🚫 Do not use in browsers (it requires MASTER_KEY)
Install / Use
For v1, this SDK can live inside your Guard API repo under ./sdk.
Import:
import { GuardClient } from "../dist/index.js";