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

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

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!