Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 400 Bytes

express-REST

A REST-API with MongoDB implementation in nodejs from scratch which includes features like:

  • User Management
  • User Login Authentication
  • JWT Token Authentication

Custom-Middlewares:

  • IP-Filter Middleware
  • Active Accounts Filter Middleware
  • JWT Token Authentication Middleware
  • Is Authenticated Middleware
  • Is Authenticated OR Read Only Middleware
  • Logger Middleware