Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

About JwtService utilities module based on the nestjs/jwt package Authentication using NestJS & JWT Token, JwtService and cookies as access token & refresh token.

NotificationsYou must be signed in to change notification settings

vinodnextcoder/nestjs-jwt-auth-cookie-mongoose

Repository files navigation

PrettierGPL v3 LicenseHitCount

Description

NestJS Authentication with JwtService using Bcrypt @nestjs/jwt.

Features

  1. Register
  2. Login
  3. Unit test using jest

Technologies stack:

  • Typescript, nestjs, JwtService, @nestjs/jwt
  • Bcrypt
  • mongoose

Setup

1. Install the required dependencies

$ npm install

2. Rename the .env.example filename to .env and set your local variables

$ mv .env.example .env.development

3. Start the application

# development$ npm run start# watch mode$ npm run start:dev# production mode$ npm run start:prod

Swagger documentation for nestjs-mongoose-jwt

Running

Once the application is running you can visit [http://localhost:3000/api](http://localhost:3000/api) to see the Swagger interface.

Author

👤Vinod

Show your support

Give a ⭐️ if this project helped you!

License

Release under the terms ofMIT

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp