Skip to content

zobayerhossainmamun/nestjs-auth-jwt

Repository files navigation

Nestjs Authentication with JWT and Redis

This application refers to user authentication and authorization with JWT and redis server.

NPM Version CircleCI

Description

NestJS Authentication with JWT and Redis is a streamlined process of incorporating a secure authentication system into a NestJS application. This approach utilizes JSON Web Tokens (JWT) for stateless authentication and Redis for efficient session management.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published