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
- Change parse_webhook_notification to return the verified WebhookNotification directly, instead of emitting an event.
- Remove LSPS5ClientEvent::WebhookNotificationReceived and related event logic.
- Now, invalid signatures result in an error and notification data is not exposed to the user.
- Follows feedback to avoid requiring users to manually check a boolean for signature validity and prevents leaking invalid notifications.
0 commit comments