Skip to content

Commit bed898b

Browse files
chore: define supported interceptors for HAWK authentication
Update lockfile.
1 parent ccf3c6f commit bed898b

File tree

3 files changed

+74
-66
lines changed

3 files changed

+74
-66
lines changed

packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class AgentKernelInterceptorService
6565
"urlencoded",
6666
"compression",
6767
]),
68-
auth: new Set(["basic", "bearer", "apikey", "digest", "aws"]),
68+
auth: new Set(["basic", "bearer", "apikey", "digest", "aws", "hawk"]),
6969
security: new Set([
7070
"clientcertificates",
7171
"cacertificates",

packages/hoppscotch-common/src/platform/std/kernel-interceptors/native/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class NativeKernelInterceptorService
5858
"urlencoded",
5959
"compression",
6060
]),
61-
auth: new Set(["basic", "bearer", "apikey", "digest", "aws"]),
61+
auth: new Set(["basic", "bearer", "apikey", "digest", "aws", "hawk"]),
6262
security: new Set([
6363
"clientcertificates",
6464
"cacertificates",

0 commit comments

Comments
 (0)