Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/node-express-jwt-api

A Web API developed in Node.js and Express and secured by a JSON Web Token
https://github.com/persteenolsen/node-express-jwt-api

Last synced: 29 days ago
JSON representation

A Web API developed in Node.js and Express and secured by a JSON Web Token

Awesome Lists containing this project

README

        

- A Node.js and Express Web API

- The login system is using a JSON Web Token ( JWT )
- The client user will have access to the secure endpoints of the Web API passing login and using the JWT
- The endpoints of the Web API are secured by JWT
- The Web API is secured by CORS allowing only the subdomain containing client making HTTPS Request
- Node.js and Express
- MySQL as the database
- The Web API is hosted at Micosoft Azure App Service using Windows and iisnode
- Visual Studio Code as Text Editor