Skip to content

NestJs jwt tutorial using access and refresh tokens

Notifications You must be signed in to change notification settings

CodeWithMa/nestjs-jwts

 
 

Repository files navigation

NestJs Jwt Authentication example with access token and refresh token - Integration and End-to-end tests included

This is an example of how to implement an authentication system in NestJs using passport.js, and json web tokens (JWT).

I've included integration tests in the auth module under "test" folder.

The e2e tests on the other hand are in the root test folder.

yarn test # run integration test
yarn test:e2e # run e2e tests

The code reflects what was explained in the video:

IMAGE ALT TEXT HERE

About

NestJs jwt tutorial using access and refresh tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.8%
  • JavaScript 3.1%
  • Shell 1.1%