You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/46-webhooks.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ otherwise independent web applications.
23
23
24
24
25
25
### Webhook resources
26
+
*[Building Webhooks Into Your Application: Guidelines and Best Practices](https://workos.com/blog/building-webhooks-into-your-application-guidelines-and-best-practices)
27
+
is an extensive high-level guide that defines what webhooks are, why you
28
+
will want to build them if you need to proactively notify other applications
29
+
of events, and what security considerations you need to have when
30
+
creating them.
31
+
26
32
*[What's a webhook?](https://sendgrid.com/blog/whats-webhook/) is a high-level
27
33
explanation of this concept that also contains some basic security
0 commit comments