koa-passport
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Passport middleware for Koa", | ||
@@ -17,4 +17,5 @@ "keywords": [ | ||
"homepage": "https://github.com/rkusa/koa-passport", | ||
"main": "./lib", | ||
"dependencies": { | ||
"passport": "~0.1.18" | ||
"passport": ">=0.2.x" | ||
}, | ||
@@ -27,4 +28,4 @@ "bugs": "https://github.com/rkusa/koa-passport/issues", | ||
"engines": { | ||
"node": ">=0.8" | ||
"node": ">=0.11.2" | ||
} | ||
} |
@@ -1,2 +0,4 @@ | ||
# koa-passport | ||
# koa-passport | ||
[![NPM](https://badge.fury.io/js/koa-passport.png)](https://npmjs.org/package/koa-passport) | ||
[![Dependency Status](https://david-dm.org/rkusa/koa-passport.png?theme=shields.io)](https://david-dm.org/rkusa/koa-passport) | ||
@@ -8,3 +10,3 @@ [Passport](https://github.com/jaredhanson/passport) middleware for Koa | ||
```js | ||
// Body Parser | ||
// Body Parser & Query | ||
app.use(function*(next) { | ||
@@ -26,2 +28,4 @@ this.req.body = yield /* insert your body parser here */ | ||
[Example Application](https://github.com/rkusa/koa-passport-example) | ||
## MIT License | ||
@@ -28,0 +32,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5899
6
87
48
+ Addedpassport@0.7.0(transitive)
+ Addedpassport-strategy@1.0.0(transitive)
+ Addedutils-merge@1.0.1(transitive)
- Removedpassport@0.1.18(transitive)
- Removedpkginfo@0.2.3(transitive)
Updatedpassport@>=0.2.x