Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 554 Bytes

File metadata and controls

31 lines (25 loc) · 554 Bytes

NodeJS + Express + Typescript + Mongoose + JWT Multi Tokens Authentications

Rest API with JWT Authentication & Authorization in NodeJs and Express + MongoDB. Features: Register, Login, Jwt Token, Multi Tokens, Logged User, Logout One or All Tokens

Requirements

  • Node 14.15

Features:

  • CRUD with Mongoose / MongoDB,
  • Register,
  • Login,
  • Jwt Token,
  • Multi Tokens,
  • Logged User,
  • Logout One or All Tokens

Project using yarn, run:

yarn install

and then:

yarn dev

For tests, run:

yarn dev-test

Version: 0.0.3