@rxap/nest-jwt
TypeScript icon, indicating that this package has built-in type declarations

10.3.4 • Public • Published

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

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

Package Sidebar

Install

npm i @rxap/nest-jwt

Weekly Downloads

195

Version

10.3.4

License

GPL-3.0-or-later

Unpacked Size

75.2 kB

Total Files

30

Last publish

Collaborators

  • badry.muenker
  • mmuenker