@ewaoche/ms-utils
v1.0.4
Published
Shared authentication utilities and modules for NestJS microservices.
Maintainers
Readme
@ewaoche/ms-utils
A collection of shared authentication utilities, modules, and DTOs for NestJS applications within the @ewaoche/ms-utils ecosystem. This package provides common functionalities like authentication guards, role decorators, enums, DTOs, and configuration patterns, designed to be easily integrated into various NestJS microservices or monolithic applications.
Table of Contents
Installation
To install this package in your NestJS project, use npm, yarn, or pnpm:
npm install @ewaoche/ms-utils
# or
yarn add @ewaoche/ms-utils
# or
pnpm add @ewaoche/ms-utils