Skip to content

Commit 807cb4d

Browse files
committed
Add reportable exception when signature fails
1 parent 00c03a8 commit 807cb4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BigBlueButtonSignatureValidator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public function isValid(Request $request, WebhookConfig $config): bool
3939
try {
4040
Webhook::constructEvent($request->all(), $signature, $secret);
4141
} catch (Exception $exception) {
42+
report ($exception);
43+
4244
return false;
4345
}
4446
// default

0 commit comments

Comments
 (0)