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

https://github.com/c-kiplimo/node.js-typescript-mongodb-jwt-authentication

Jwt Authentication with Node.js, Typegoose, mongoD B, Mongoose, Docker, Redis, and JsonWebToken
https://github.com/c-kiplimo/node.js-typescript-mongodb-jwt-authentication

docker jwt mongodb mongoose nodejs redis typegoose typescipt

Last synced: 3 months ago
JSON representation

Jwt Authentication with Node.js, Typegoose, mongoD B, Mongoose, Docker, Redis, and JsonWebToken

Awesome Lists containing this project

README

          

# Node.js TypeScript Backend with JWT Authentication and Redis

This project is a Node.js backend built with TypeScript, implementing user authentication and authorization using JSON Web Tokens (JWT). Data is stored in MongoDB, and user sessions are cached in Redis. Additionally, the application can be containerized using Docker and orchestrated with docker-compose.