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
- Host: GitHub
- URL: https://github.com/c-kiplimo/node.js-typescript-mongodb-jwt-authentication
- Owner: c-kiplimo
- Created: 2024-01-01T18:27:54.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-06T15:42:05.000Z (over 2 years ago)
- Last Synced: 2025-05-31T11:31:31.487Z (about 1 year ago)
- Topics: docker, jwt, mongodb, mongoose, nodejs, redis, typegoose, typescipt
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.