tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Configurable body parser #113

Closed mrjoes closed 11 years ago

mrjoes commented 11 years ago

In some cases, it is necessary to get raw POST body.

For example, to verify signature of Shopify webhook, HMAC should be calculated from the body and then body can be JSON parsed. Unfortunately, it is not possible with current Router implementation.

tmeasday commented 11 years ago

Seems reasonable, thanks!