Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/authentication-jwt

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication-jwt - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md
# 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)

7

lib/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc