frain-dev / convoy

The Cloud Native Webhooks Gateway
https://getconvoy.io
Other
2.45k stars 136 forks source link

Enable user config hash function. #91

Closed subomi closed 3 years ago

subomi commented 3 years ago

As of today, different people use different hash functions for their webhooks implementation, It'll require a lot if every user migrating to Convoy needs to require their end users to make a change as well. Migrating to Convoy should be seamless & require no end user code change at all.

Essentially, let's enable users config their preferred hash function - sha256, sha512 etc.

mekilis commented 3 years ago

Resolved in #93