Skip to content

Commit 5397309

Browse files
authored
Enhance webhook documentation on authentication
Added a note about enabling authentication for webhooks when URLs are shared externally.
1 parent 446bce9 commit 5397309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/features/webhooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ class ShipOrderActivity extends Activity
115115
## Webhook Authentication
116116
By default, webhooks don't require authentication, but you can configure one of several strategies in `config/workflows.php`.
117117

118+
**Important:** If webhook URLs are shared with external parties or exposed publicly, enable authentication (token or HMAC signature) to prevent unauthorized access.
119+
118120
### Authentication Methods
119121
Laravel Workflow supports:
120122
1. No Authentication (none)

0 commit comments

Comments
 (0)