kauth-sdk-node
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,10 @@ | ||
## [0.1.2](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.1...v0.1.2) (2020-10-29) | ||
### Features | ||
* logout uri and authenticationInformationHandler ([5b972a7](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/5b972a7dad84dd0c93a5b3e6f32f4d396c85035c)) | ||
## [0.1.1](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.0...v0.1.1) (2020-09-27) | ||
@@ -2,0 +11,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { AuthenticationInformation } from '../../authenticator'; | ||
export interface KauthConfig { | ||
@@ -16,2 +17,4 @@ origin: string; | ||
unautorizedRedirectUri?: string; | ||
logoutUri: string; | ||
authenticationInformationHandler?: (authInfo: AuthenticationInformation) => void; | ||
marmotTenantId?: number; | ||
@@ -18,0 +21,0 @@ marmotAccessKeyId?: string; |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
57652
1113