Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 69d4202

Browse files
committed
Remove outdated security considerations from webhook documentation for clarity and focus on essential implementation steps.
1 parent eef46fa commit 69d4202

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/features/events-webhook.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ To receive notification events:
6161
4. Implement proper validation of incoming webhook requests
6262
5. Process and store the event data as needed for your use case
6363

64-
<!--
65-
## Security Considerations
66-
67-
To ensure that webhook requests are legitimate:
68-
69-
- Verify webhook signatures (documentation coming soon)
70-
- Use HTTPS for your endpoint
71-
- Implement appropriate authentication and authorization
72-
- Consider rate limiting and request validation
73-
-->
74-
7564
## FAQ
7665

7766
**Q: What is the format of the webhook requests?**

0 commit comments

Comments
 (0)