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

https://github.com/dhimasanb/simple-node-jwt

Simple Node JS using JSON Web Token
https://github.com/dhimasanb/simple-node-jwt

express javascript jwt nodejs

Last synced: 2 months ago
JSON representation

Simple Node JS using JSON Web Token

Awesome Lists containing this project

README

          

# Simple Node JWT
Simple Node JS App using JSON Web Token (JWT)

[![license](https://img.shields.io/github/license/dhimasanb/simple-node-jwt.svg)](https://github.com/dhimasanb/simple-node-jwt)

### Built With
+ Express is the popular Node framework
+ Mongoose is how we interact with our MongoDB database
+ Morgan will log requests to the console so we can see what is happening
+ Body-parser will let us get parameters from our POST requests
+ JSON Web Token is how we create and verify our JSON Web Tokens

### Thanks To
[Tutorial](https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens)