devtechk / Authentication_JWT_Bearer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication_JWT_Bearer

Using JWT to Auth users using the API

This code is a Basic Restful API to explain auth with JWT.

In order to run this code do the following:

  1. clone or download repo
  2. Navigate into folder location
  3. Run npm install
  4. Change the mongoURI in the config/default.json file to your own database connection string
  5. And then in you terminal run npm run dev

Video Link: https://www.youtube.com/watch?v=8WQJcGKztbw

About


Languages

Language:JavaScript 100.0%