@seungkyu/guardian
v0.0.6
Published
A lightweight and robust JWT & Authentication utility for modern backend applications.
Maintainers
Readme
@seungkyu/guardian 🛡️
A lightweight and robust JWT & Authentication utility for modern backend applications, optimized for NestJS ecosystems.
✨ Features
- 🔑 Simple JWT Management: Easily generate, verify, and decode JWT tokens.
- ⚡ NestJS Integration: Built on top of
@nestjs/jwtfor seamless integration into NestJS architecture. - ⏱️ Flexible Expiration: Smart time string parsing support (powered by
ms). - 🛡️ Type-Safe: Full TypeScript support with comprehensive type definitions included out of the box.
📦 Installation
# npm
npm install @seungkyu/guardian
# yarn
yarn add @seungkyu/guardian
# pnpm
pnpm add @seungkyu/guardian
📄 License
This project is licensed under the MIT License.
