An open API service indexing awesome lists of open source software.

https://github.com/fordiquez/nodejs-express-mongodb-ts-jwt-api

Node.js + Express + MongoDB + TypeScript + JWT API
https://github.com/fordiquez/nodejs-express-mongodb-ts-jwt-api

api auth authentication authorization express jsonwebtoken jwt jwt-auth modules mongodb nodejs typescript

Last synced: 3 months ago
JSON representation

Node.js + Express + MongoDB + TypeScript + JWT API

Awesome Lists containing this project

README

          

# Node.js + Express + MongoDB + TypeScript + JWT API

## Includes next features:

- Node.js + Express;
- MongoDB + Mongoose;
- Eslint + Prettier config;
- Structure bases on classes + modules in TypeScript;
- Json Web Token authentication and authorization based on cookie or bearer token value with easy switching between active flow by changing the value of env variable.