项目作者: rakeshkesavan

项目描述 :
Simple Restify api server, uses JWT for authentication. Bcrypt to encode/decode passwords.
高级语言: JavaScript
项目地址: git://github.com/rakeshkesavan/jwt-restify.git
创建时间: 2018-12-04T09:24:25Z
项目社区:https://github.com/rakeshkesavan/jwt-restify

开源协议:

下载


About

Restify api server, uses JWT for authentication. Bcrypt to encode/decode passwords.

Start Server

npm run dev

Usage

set the standard MongoDB URI as well as JWT secret

Thanks to Brad treversy for the helpful video