From 3980847983719f28fc6c29ba361a8b05eb624129 Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Tue, 20 May 2025 17:31:04 +0600 Subject: [PATCH] feat(common): enhance HAWK authentication with payload hash calculation (#5067) Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> --- .../components/http/authorization/HAWK.vue | 5 +- .../src/helpers/utils/EffectiveURL.ts | 16 ++- packages/hoppscotch-data/src/utils/hawk.ts | 114 +++++++++++++++--- 3 files changed, 112 insertions(+), 23 deletions(-) diff --git a/packages/hoppscotch-common/src/components/http/authorization/HAWK.vue b/packages/hoppscotch-common/src/components/http/authorization/HAWK.vue index dcb05fcc..f93d674b 100644 --- a/packages/hoppscotch-common/src/components/http/authorization/HAWK.vue +++ b/packages/hoppscotch-common/src/components/http/authorization/HAWK.vue @@ -121,15 +121,14 @@ - - +