Comparing version 0.2.7 to 0.2.8
@@ -120,3 +120,3 @@ "use strict"; | ||
if (this.authenticationInformationHandler) { | ||
this.authenticationInformationHandler(authenticationInformation); | ||
this.authenticationInformationHandler(ctx, authenticationInformation); | ||
} | ||
@@ -123,0 +123,0 @@ ctx.redirect(this.loginRedirectUri); |
@@ -0,1 +1,10 @@ | ||
## [0.2.8](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.7...v0.2.8) (2020-10-29) | ||
### Bug Fixes | ||
* add ctx params to authetnicationInformationHandler ([343130b](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/343130bb00e14a7c4576ddafc87f8597b364e505)) | ||
## [0.2.7](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.6...v0.2.7) (2020-10-29) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "egg-kauth", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "egg kauth plugin", | ||
@@ -31,3 +31,3 @@ "eggPlugin": { | ||
"dependencies": { | ||
"kauth-sdk-node": "^0.1.2" | ||
"kauth-sdk-node": "^0.1.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
24320
Updatedkauth-sdk-node@^0.1.3