Skip to content

Commit

Permalink
feat: sign hook payload data
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun committed May 22, 2023
1 parent 5f917dc commit 3d8f6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/libraries/hook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('triggerInteractionHooksIfNeeded()', () => {
headers: {
'user-agent': 'Logto (https://logto.io/)',
bar: 'baz',
'x-logto-signature-256': mockSignature,
'logto-signature-256': mockSignature,
},
json: {
hookId: 'foo',
Expand Down

0 comments on commit 3d8f6b6

Please sign in to comment.