Comparing version 0.2.6 to 0.2.7
@@ -0,1 +1,10 @@ | ||
## [0.2.7](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.6...v0.2.7) (2020-10-29) | ||
### Bug Fixes | ||
* logoutUri default config ([74deccb](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/commit/74deccb74e2c3581d00752ee31753bb812868df3)) | ||
## [0.2.6](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-egg/compare/v0.2.5...v0.2.6) (2020-10-29) | ||
@@ -2,0 +11,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
loginRedirectUri: '/', | ||
logoutUri: '/', | ||
logoutUri: '/api/kauth/logout', | ||
kauthOrigin: 'http://global.oapi.marmot-cloud.com', | ||
@@ -20,0 +20,0 @@ kauthServiceName: 'kauth-svc.dev.svc.cluster.local', |
{ | ||
"name": "egg-kauth", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "egg kauth plugin", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
24020