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

https://github.com/foo290/express-rest

A REST API from scratch built in nodejs with features like user management, login authentication and JWT auth tokens and MOngoDB
https://github.com/foo290/express-rest

Last synced: 8 months ago
JSON representation

A REST API from scratch built in nodejs with features like user management, login authentication and JWT auth tokens and MOngoDB

Awesome Lists containing this project

README

          

# 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