Skip to content

Commit 3d8f6b6

Browse files
committed
feat: sign hook payload data
1 parent 5f917dc commit 3d8f6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/libraries/hook.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('triggerInteractionHooksIfNeeded()', () => {
8787
headers: {
8888
'user-agent': 'Logto (https://logto.io/)',
8989
bar: 'baz',
90-
'x-logto-signature-256': mockSignature,
90+
'logto-signature-256': mockSignature,
9191
},
9292
json: {
9393
hookId: 'foo',

0 commit comments

Comments
 (0)