Thanks!, To secure WorkOS, I send the payload with a signature and verify it on arrival, but generally if you work with external service they provide some sdk for verification. For failed deliveries, I usually set up polling as a fallback. And when there are lots of requests, I handle them with queues if needed.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thanks!, To secure WorkOS, I send the payload with a signature and verify it on arrival, but generally if you work with external service they provide some sdk for verification. For failed deliveries, I usually set up polling as a fallback. And when there are lots of requests, I handle them with queues if needed.