-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
priority/p3-soon 🕒🕒 Medium – should be done soon (P3)🕒 Medium – should be done soon (P3)type/feature ⭐Addition of new featureAddition of new feature
Description
Add a factory that allows to compare 2 inputs with a generated HMAC.
Useful for Github or Twitch webhooks
Example of config (not final)
security:
- getHeader:
name: X-Hook-Secret
- compareWithGeneratedHMAC:
secret: '{{ .env.HOOK_SECRET }}'
algorithm: sha256Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority/p3-soon 🕒🕒 Medium – should be done soon (P3)🕒 Medium – should be done soon (P3)type/feature ⭐Addition of new featureAddition of new feature
Projects
Status
Done