Skip to content

Commit 29daf1e

Browse files
Fix auth PAGE_TEMPLATE example
1 parent 1877bb2 commit 29daf1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/configuration-based/PAGE_EVENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ POST https://my-api.defra.gov.uk/page-submit`
137137
"_comment": "See the page event payload."
138138
}
139139
}
140+
```
140141

141142
The signature would be verified by comparing it against the payload and DXT's public key. A successful verification would mean the request originated from DXT and can be trusted.
142143

143144
See our [current sample implementation](https://github.com/alexluckett/js-signed-webhooks-demo/blob/master/index.js) to understand this in practice.
144-
```

0 commit comments

Comments
 (0)