We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1551af commit a694b12Copy full SHA for a694b12
signature/signature.go
@@ -5,7 +5,7 @@ To use define a new validator using your MessageBird Signing key. You can use th
5
ValidRequest method, just pass the request and base url as parameters:
6
7
validator := signature.NewValidator([]byte("your signing key"))
8
- baseUrl := "https://messagebird.io"
+ baseUrl := "https://yourdomain.com"
9
if err := validator.ValidRequest(r, baseUrl); err != nil {
10
// handle error
11
}
0 commit comments