@feathersjs/authentication-jwt
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log | ||
## [v1.0.0](https://github.com/feathersjs/authentication-jwt/tree/v1.0.0) (2017-11-01) | ||
[Full Changelog](https://github.com/feathersjs/authentication-jwt/compare/v1.0.0-pre.1...v1.0.0) | ||
**Merged pull requests:** | ||
- Update dependencies for release [\#44](https://github.com/feathersjs/authentication-jwt/pull/44) ([daffl](https://github.com/daffl)) | ||
## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-jwt/tree/v1.0.0-pre.1) (2017-10-25) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-jwt/compare/v0.3.2...v1.0.0-pre.1) |
@@ -24,3 +24,3 @@ const Debug = require('debug'); | ||
module.exports = function init (options = {}) { | ||
function init (options = {}) { | ||
return function jwtAuth () { | ||
@@ -87,9 +87,12 @@ const app = this; | ||
}; | ||
}; | ||
} | ||
module.exports = init; | ||
// Exposed Modules | ||
Object.assign(module.exports, { | ||
defaults, | ||
default: init, | ||
ExtractJwt: passportJwt.ExtractJwt, | ||
Verifier: DefaultVerifier | ||
}); |
{ | ||
"name": "@feathersjs/authentication-jwt", | ||
"description": "JWT authentication strategy for feathers-authentication using Passport", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/feathersjs/authentication-jwt", | ||
@@ -59,3 +59,3 @@ "main": "lib/", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^1.4.0", | ||
"@feathersjs/authentication": "^2.0.0", | ||
"@feathersjs/express": "^1.0.0", | ||
@@ -62,0 +62,0 @@ "@feathersjs/feathers": "^3.0.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
22347
170