Stripe webhook - verify Signature

Hi Bubblers

Stripe best practices recommend to verify Webhook signatures to avoid attacks.

It looks pretty complex and I am not sure about how to implement it.

I found how to get the encoded signatures on the webhooks header, Thanks to a Bubbler.
I am not sure how to follow stripe guidelines then to verify it.

Does anybody did that before and could help ?