@nestjs-cognito is a powerful, type-safe library that provides seamless integration of AWS Cognito authentication into NestJS applications. Built on top of aws-jwt-verify, it offers robust token verification and comprehensive authentication solutions.
# Core and authentication modules
npm install @nestjs-cognito/core @nestjs-cognito/auth
# Optional: GraphQL support
npm install @nestjs-cognito/graphql
# Optional: Testing utilities
npm install -D @nestjs-cognito/testing
For detailed documentation, examples, and advanced usage, visit our Documentation Site.
Distributed under the MIT License. See LICENSE
for more information.