Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/persteenolsen/node-express-jwt-api
- Owner: persteenolsen
- Created: 2020-04-21T12:10:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T12:23:18.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T09:46:28.409Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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