kauth-sdk-node
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -0,1 +1,10 @@ | ||
## [0.1.3](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.2...v0.1.3) (2020-10-29) | ||
### Bug Fixes | ||
* authenticationInformationHandler params ([6188960](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/61889603dbf4f5f177ff6ca545afaaab155bda4a)) | ||
## [0.1.2](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.1...v0.1.2) (2020-10-29) | ||
@@ -2,0 +11,0 @@ |
@@ -18,3 +18,3 @@ import { AuthenticationInformation } from '../../authenticator'; | ||
logoutUri: string; | ||
authenticationInformationHandler?: (authInfo: AuthenticationInformation) => void; | ||
authenticationInformationHandler?: (ctx: any, authInfo: AuthenticationInformation) => void; | ||
marmotTenantId?: number; | ||
@@ -21,0 +21,0 @@ marmotAccessKeyId?: string; |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
57948