This package provides a set of NestJS utilities for JWT (JSON Web Token) authentication and authorization. It includes guards, decorators, and a module options loader to simplify the integration of JWT-based security in NestJS applications. It allows you to easily protect your API endpoints and manage user permissions.

Installation
Add the package to your workspace:
yarn add @rxap/nest-jwt
Install peer dependencies:
yarn add @nestjs/common @nestjs/config @nestjs/core @nestjs/jwt @rxap/nest-utilities @rxap/pattern rxjs
Execute the init generator:
yarn nx g @rxap/nest-jwt:init
Generators
init
Initialize the package in the workspace
nx g @rxap/nest-jwt:init