ciaranj / connect-auth

Authentication middleware for connect.
MIT License
813 stars 114 forks source link

Only consider body attributes as parameters if Content-Type is applicati... #92

Closed evanp closed 12 years ago

evanp commented 12 years ago

...on/x-www-form-urlencoded

Fixes Issue #91.

We only consider body attributes as parameters if they're actually parameters per http://tools.ietf.org/html/rfc5849#section-3.4.1.3.