Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 529 Bytes

File metadata and controls

25 lines (16 loc) · 529 Bytes

koa-auth

koa-auth

Build Status Coverage Status

Get Started

Install the package:

npm install --save koa-auth-middleware

Usage:

import koaAuth from 'koa-auth-middleware';

// get the koa app
// use the default logic
app.use(koaAuth())