New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

feathers-authentication

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-authentication - npm Package Compare versions

Comparing version 0.8.0-alpha to 0.8.0-alpha-1

6

lib/middleware/express/decode-token.js

@@ -53,4 +53,6 @@ 'use strict';

if (error) {
// Return a 401 if the token has expired or is invalid.
return next(new _feathersErrors2.default.NotAuthenticated(error));
// If the token errors then we won't have a payload so we can
// just proceed. The actual verification should be done by
// the restrictToAuthenticated middleware or hook.
return next();
}

@@ -57,0 +59,0 @@

{
"name": "feathers-authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "0.8.0-alpha",
"version": "0.8.0-alpha-1",
"homepage": "https://github.com/feathersjs/feathers-authentication",

@@ -6,0 +6,0 @@ "main": "lib/",

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