Skip to content

This Nest.js repository provides a robust authentication service with JSON Web Token (JWT) support, including mechanisms for handling both refresh and access tokens. Enhance your Nest.js applications with secure and efficient user authentication, leveraging the power of JWTs for seamless token management.

License

Notifications You must be signed in to change notification settings

bmmangukiya/nest-auth-with-jwt

Repository files navigation

nest-auth-with-jwt

This Nest.js repository provides a robust authentication service with JSON Web Token (JWT) support, including mechanisms for handling both refresh and access tokens. Enhance your Nest.js applications with secure and efficient user authentication, leveraging the power of JWTs for seamless token 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

About

This Nest.js repository provides a robust authentication service with JSON Web Token (JWT) support, including mechanisms for handling both refresh and access tokens. Enhance your Nest.js applications with secure and efficient user authentication, leveraging the power of JWTs for seamless token management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published