Post Validation Hook Array (Breaking Change)
This is a security update.
I've replaced POST_VALIDATION_HOOK with POST_VALIDATION_HOOK_ARRAY , which can take a JSON array of hooks to send a GET message to. In addition, the resulting GET message now has a JWT authentication header, to guarantee where the message is coming from.
The old hook will stop working, and the new hook needs to be validated in your own code - so the security bug wasn't in this service, rather it was in the receiving code.
Sorry for the inconvenience.