kauth-sdk-node
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -0,1 +1,10 @@ | ||
## [0.1.12](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.11...v0.1.12) (2021-01-21) | ||
### Features | ||
* permission inject ([561d737](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/561d737ae73fbe03f45812998a406c92625bf9f7)) | ||
## [0.1.11](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.10...v0.1.11) (2021-01-21) | ||
@@ -2,0 +11,0 @@ |
@@ -6,2 +6,3 @@ import { AuthenticationInformation } from '../../authenticator'; | ||
jwtDuration: number; | ||
permissionsInjected: boolean; | ||
googleAuthorizeUri: string; | ||
@@ -8,0 +9,0 @@ googleTokenUri: string; |
@@ -5,2 +5,3 @@ export { KauthConfig } from './common/config/config'; | ||
export { GoogleAuthenticator, MoziAuthenticator, MiniprogramAuthenticator, AuthenticationInformation, JsonWebTokenSubjectProvider, JsonWebTokenAuthenticationProvider, } from './authenticator'; | ||
export { PermissionCore } from './authorizer'; | ||
export { MoziAuthenticationInformation, MoziPrincipal } from './authenticator/mozi'; | ||
@@ -7,0 +8,0 @@ export { GoogleAuthenticationInformation, GooglePrincipal } from './authenticator/google'; |
@@ -13,2 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "JsonWebTokenAuthenticationProvider", { enumerable: true, get: function () { return authenticator_1.JsonWebTokenAuthenticationProvider; } }); | ||
var authorizer_1 = require("./authorizer"); | ||
Object.defineProperty(exports, "PermissionCore", { enumerable: true, get: function () { return authorizer_1.PermissionCore; } }); | ||
var mozi_1 = require("./authenticator/mozi"); | ||
@@ -15,0 +17,0 @@ Object.defineProperty(exports, "MoziAuthenticationInformation", { enumerable: true, get: function () { return mozi_1.MoziAuthenticationInformation; } }); |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
70575
45
1329