kauth-sdk-node
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -0,1 +1,10 @@ | ||
## [0.1.9](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.8...v0.1.9) (2021-01-08) | ||
### Bug Fixes | ||
* promisify loginHandler and authHandler ([d758895](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/d758895e946c5cf7e4358d166a5bf4b81125d237)) | ||
## [0.1.8](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.7...v0.1.8) (2021-01-08) | ||
@@ -2,0 +11,0 @@ |
@@ -21,4 +21,4 @@ import { AuthenticationInformation } from '../../authenticator'; | ||
logoutRedirectUri?: string; | ||
loginHandler?: (ctx: any, authInfo: AuthenticationInformation) => void; | ||
authHandler?: (ctx: any, sub: number) => void; | ||
loginHandler?: (ctx: any, authInfo: AuthenticationInformation) => Promise<void>; | ||
authHandler?: (ctx: any, sub: number) => Promise<void>; | ||
marmotTenantId?: number; | ||
@@ -25,0 +25,0 @@ marmotAccessKeyId?: string; |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
65809