frankyn / swagger-jwt-authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swagger-jwt-authentication

This example shows how to implement JWT authentication scheme for Swagger Docs. This repo provides a quick bootstrap for NodeJS based application.

Installation

Use the package manager [npm] to install the dependencies.

npm install

Running the Server

The server can be initiated with the node command.

node index.js

License

MIT

About

License:MIT License


Languages

Language:JavaScript 98.5%Language:Shell 1.5%