0.0.2 • Published 8 years ago

@reges-hq/express-api-key-auth v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

express-error-handler

A api key auth

Installation

npm install @reges-hq/express-api-key-auth

Or with yarn

yarn add @reges-hq/express-api-key-auth

Usage

In your applications main entry point add:

const auth = require('@reges-hq/express-api-key-auth');

const key = 'something'
app.use(auth(key));
0.0.2

8 years ago

0.0.1

8 years ago