@vizamodo/aws-sts-core 0.3.39 → 0.3.41
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/federation/login.js +0 -7
- package/package.json +2 -2
package/dist/federation/login.js
CHANGED
|
@@ -11,13 +11,6 @@ export async function buildFederationLoginUrl(input) {
|
|
|
11
11
|
throw new Error("[federation] invalid or expired credentials");
|
|
12
12
|
}
|
|
13
13
|
const tokenHash = await sha256Hex(input.sessionToken);
|
|
14
|
-
console.debug("[signin] key input", {
|
|
15
|
-
accessKeyId: input.accessKeyId,
|
|
16
|
-
tokenHash,
|
|
17
|
-
intent: input.intent,
|
|
18
|
-
region: input.region,
|
|
19
|
-
forceRefresh: input.forceRefresh
|
|
20
|
-
});
|
|
21
14
|
// TEMP DEBUG: force static key to verify cache behavior
|
|
22
15
|
const cacheKey = `aws-signin:test`;
|
|
23
16
|
const sessionJson = JSON.stringify(session);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizamodo/aws-sts-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.41",
|
|
4
4
|
"description": "Pure AWS STS + SigV4 (X509 Roles Anywhere) core logic",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"vitest": "^4.1.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@vizamodo/edge-cache-core": "^0.3.
|
|
31
|
+
"@vizamodo/edge-cache-core": "^0.3.33"
|
|
32
32
|
}
|
|
33
33
|
}
|