Skip to content

sergeialimov/auth-jwt-nestjs

Repository files navigation

nestjs-jwt-auth

Description

Authorization by JWT in Nest.js app

Installation

$ yarn install

Running the app

# build
$ yarn build

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

JWT authentication for Nest.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published