@turystack/nestjs-iam
v1.1.1
Published
JWT authentication and CASL-based ACL for NestJS with guard decorators and workspace/organization scoping.
Readme
@turystack/nestjs-iam
JWT authentication and CASL-based ACL for NestJS with guard decorators and workspace/organization scoping.
Installation
pnpm add @turystack/nestjs-iamPeer dependencies
The host application provides these:
pnpm add @nestjs/common @nestjs/core @turystack/nestjs-config reflect-metadataOptional — install only the ones whose feature you use:
pnpm add @turystack/nestjs-contextDocumentation
Options, API reference and examples:
https://tury.dev/libs/nestjs-iam
Development
pnpm install
pnpm typecheck
pnpm check
pnpm test
pnpm build