https://github.com/yevheniyj/node-jwt
Sample Node.js Express app with JWT-based authentication
https://github.com/yevheniyj/node-jwt
expressjs jwt nodejs sql
Last synced: about 2 months ago
JSON representation
Sample Node.js Express app with JWT-based authentication
- Host: GitHub
- URL: https://github.com/yevheniyj/node-jwt
- Owner: yevheniyJ
- Created: 2019-07-25T06:35:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:49:09.000Z (over 3 years ago)
- Last Synced: 2025-10-25T10:32:29.629Z (8 months ago)
- Topics: expressjs, jwt, nodejs, sql
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js JWT
### Hi there!
This is a example of Node.js Express app with JWT-based authentication.
It contains following features:
* HTTP end-points
* JWT-based authentication
* Persistence in relational database
Main libraries/frameworks/tools which are used:
* Express
* Sequelize
* PostgreSQL
To run this application you need to specify in config file credentials to your PostgreSQL database.
# ENJOY!