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
3
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 0.2.26 to 0.2.27

5

app/lib/index.js

@@ -13,2 +13,3 @@ "use strict";

this.logout = async (ctx) => {
const { callback } = ctx.request.query;
ctx.cookies.set('Authorization', '', {

@@ -19,2 +20,6 @@ path: '/',

});
if (callback) {
ctx.redirect(callback);
return;
}
ctx.redirect(this.logoutRedirectUri);

@@ -21,0 +26,0 @@ };

@@ -0,1 +1,10 @@

## [0.2.27](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.26...v0.2.27) (2021-02-05)
### Bug Fixes
* logout callback ([b4473e5](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/b4473e5502ab325060e0cfd6427f31bd62ce459d))
## [0.2.26](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.25...v0.2.26) (2021-02-05)

@@ -2,0 +11,0 @@

2

package.json
{
"name": "egg-kauth",
"version": "0.2.26",
"version": "0.2.27",
"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