Introduction
polizy is a Zanzibar-inspired authorization library for TypeScript and
Installation
Getting started with polizy is straightforward. Because it is built from the ground up for modern Node.js and TypeScript, it has only two small runtime dependencies (fast-equals and tslib), while @prisma/client is an optional peer dependency needed only if you use the Prisma adapter.
Quickstart
Welcome! In this quickstart, you will build a complete, working permission system from scratch and run your first access check in under five minutes.