markusahlstrand / cloudworker-proxy

An api gateway for cloudflare workers
MIT License
194 stars 22 forks source link

Added signature handler #70

Closed markusahlstrand closed 4 years ago

markusahlstrand commented 4 years ago

Fixes #17

Adds a new handler for validation of hmac signature. This can for instance be used in combination with the s3 handler to use custom signatures for s3 that are a bit more simple to handle than the v4 signatures...