@or-sdk/authorizer 0.24.48 → 0.24.49-beta.2893.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Basic/utils/createAuthKey.js +2 -2
- package/dist/cjs/Basic/utils/createAuthKey.js.map +1 -1
- package/dist/cjs/OAuth/utils/createAuthKey.js +2 -2
- package/dist/cjs/OAuth/utils/createAuthKey.js.map +1 -1
- package/dist/cjs/Token/utils/createAuthKey.js +2 -2
- package/dist/cjs/Token/utils/createAuthKey.js.map +1 -1
- package/package.json +7 -8
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createAuthKey = void 0;
|
|
4
|
+
exports.createDynamicKey = createDynamicKey;
|
|
4
5
|
var createAuthKey = function (id, authName) {
|
|
5
6
|
return "".concat(id, "::basic::").concat(authName);
|
|
6
7
|
};
|
|
@@ -8,5 +9,4 @@ exports.createAuthKey = createAuthKey;
|
|
|
8
9
|
function createDynamicKey(id, dynamicCollection) {
|
|
9
10
|
return "".concat(id, "::basic-collection::").concat(dynamicCollection, " collection auth");
|
|
10
11
|
}
|
|
11
|
-
exports.createDynamicKey = createDynamicKey;
|
|
12
12
|
//# sourceMappingURL=createAuthKey.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAuthKey.js","sourceRoot":"","sources":["../../../../src/Basic/utils/createAuthKey.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"createAuthKey.js","sourceRoot":"","sources":["../../../../src/Basic/utils/createAuthKey.ts"],"names":[],"mappings":";;;AAIA,4CAEC;AANM,IAAM,aAAa,GAAG,UAAC,EAAU,EAAE,QAAgB;IACxD,OAAO,UAAG,EAAE,sBAAY,QAAQ,CAAE,CAAC;AACrC,CAAC,CAAC;AAFW,QAAA,aAAa,iBAExB;AAEF,SAAgB,gBAAgB,CAAC,EAAU,EAAE,iBAAyB;IACpE,OAAO,UAAG,EAAE,iCAAuB,iBAAiB,qBAAkB,CAAC;AACzE,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createAuthKey = void 0;
|
|
4
|
+
exports.createDynamicKey = createDynamicKey;
|
|
4
5
|
var createAuthKey = function (id, authName, keyValueCollection, currentAccountId) {
|
|
5
6
|
return "".concat(id, "::oauth::").concat(authName, "::").concat(keyValueCollection, "::").concat(currentAccountId);
|
|
6
7
|
};
|
|
@@ -8,5 +9,4 @@ exports.createAuthKey = createAuthKey;
|
|
|
8
9
|
function createDynamicKey(id, dynamicCollection, serviceName, currentAccountId) {
|
|
9
10
|
return "".concat(id, "::oauth-collection::").concat(dynamicCollection, " authorization::").concat(serviceName, "::").concat(currentAccountId);
|
|
10
11
|
}
|
|
11
|
-
exports.createDynamicKey = createDynamicKey;
|
|
12
12
|
//# sourceMappingURL=createAuthKey.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAuthKey.js","sourceRoot":"","sources":["../../../../src/OAuth/utils/createAuthKey.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"createAuthKey.js","sourceRoot":"","sources":["../../../../src/OAuth/utils/createAuthKey.ts"],"names":[],"mappings":";;;AAIA,4CAMC;AAVM,IAAM,aAAa,GAAG,UAAC,EAAU,EAAE,QAAgB,EAAE,kBAA0B,EAAE,gBAA+B;IACrH,OAAO,UAAG,EAAE,sBAAY,QAAQ,eAAK,kBAAkB,eAAK,gBAAgB,CAAE,CAAC;AACjF,CAAC,CAAC;AAFW,QAAA,aAAa,iBAExB;AAEF,SAAgB,gBAAgB,CAC9B,EAAU,EACV,iBAAyB,EACzB,WAAmB,EACnB,gBAA+B;IAC/B,OAAO,UAAG,EAAE,iCAAuB,iBAAiB,6BAAmB,WAAW,eAAK,gBAAgB,CAAE,CAAC;AAC5G,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createAuthKey = void 0;
|
|
4
|
+
exports.createDynamicKey = createDynamicKey;
|
|
4
5
|
var createAuthKey = function (id, authName) {
|
|
5
6
|
return "".concat(id, "::token::").concat(authName);
|
|
6
7
|
};
|
|
@@ -8,5 +9,4 @@ exports.createAuthKey = createAuthKey;
|
|
|
8
9
|
function createDynamicKey(id, dynamicCollection) {
|
|
9
10
|
return "".concat(id, "::token-collection::").concat(dynamicCollection, " collection auth");
|
|
10
11
|
}
|
|
11
|
-
exports.createDynamicKey = createDynamicKey;
|
|
12
12
|
//# sourceMappingURL=createAuthKey.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAuthKey.js","sourceRoot":"","sources":["../../../../src/Token/utils/createAuthKey.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"createAuthKey.js","sourceRoot":"","sources":["../../../../src/Token/utils/createAuthKey.ts"],"names":[],"mappings":";;;AAIA,4CAEC;AANM,IAAM,aAAa,GAAG,UAAC,EAAU,EAAE,QAAgB;IACxD,OAAO,UAAG,EAAE,sBAAY,QAAQ,CAAE,CAAC;AACrC,CAAC,CAAC;AAFW,QAAA,aAAa,iBAExB;AAEF,SAAgB,gBAAgB,CAAC,EAAU,EAAE,iBAAyB;IACpE,OAAO,UAAG,EAAE,iCAAuB,iBAAiB,qBAAkB,CAAC;AACzE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@or-sdk/authorizer",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.49-beta.2893.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -53,20 +53,19 @@
|
|
|
53
53
|
"dev": "pnpm build:watch:esm"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@or-sdk/base": "^0.38.
|
|
57
|
-
"@or-sdk/discovery": "^1.8.
|
|
56
|
+
"@or-sdk/base": "^0.38.3-beta.2893.0",
|
|
57
|
+
"@or-sdk/discovery": "^1.8.12-beta.2893.0",
|
|
58
58
|
"@or-sdk/event-manager": "^0.24.24",
|
|
59
|
-
"@or-sdk/key-value-storage": "^0.26.
|
|
60
|
-
"@or-sdk/providers": "^0.2.
|
|
59
|
+
"@or-sdk/key-value-storage": "^0.26.21-beta.2893.0",
|
|
60
|
+
"@or-sdk/providers": "^0.2.36-beta.2893.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/uuid": "^8.3.1",
|
|
65
65
|
"concurrently": "8.2.2",
|
|
66
|
-
"typescript": "5.
|
|
66
|
+
"typescript": "5.5.4"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
|
-
}
|
|
71
|
-
"gitHead": "c565da89b7b4412e6cbdc615929d47f3fee7fd59"
|
|
70
|
+
}
|
|
72
71
|
}
|