webmaster1022 / Authentication-NodeJS-JWT

This app uses Passport and uses JWT strategy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Authentication API

API for registering users with mongodb and authentication using a JWT (json web token). This app uses passport and passport-jwt and uses a JWT strategy

Version

1.0.0

Usage

npm install
npm start

Endpoints

POST /users/register
POST /users/authenticate   // Gives back a token
GET /users/profile         // Needs json web token to authorize

About

This app uses Passport and uses JWT strategy.


Languages

Language:JavaScript 99.6%Language:HTML 0.4%