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

egg-kauth

Package Overview
Dependencies
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-kauth - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5-alpha.0

4

app/lib/index.js

@@ -226,4 +226,4 @@ "use strict";

const token = ctx.cookies.get('Authorization');
const authenticationInformation = await this.jwtProvider.verify(token);
return authenticationInformation && authenticationInformation.primaryPrincipal.id;
const sub = await this.subjectProvider.verify(token);
return sub;
}

@@ -230,0 +230,0 @@ assertCallbackLegal(callback, origin) {

{
"name": "egg-kauth",
"version": "2.0.4",
"version": "2.0.5-alpha.0",
"description": "egg kauth plugin",

@@ -5,0 +5,0 @@ "eggPlugin": {

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