dahlia / wsgi-oauth2

Simple WSGI middleware for OAuth 2.0
https://dahlia.github.io/wsgi-oauth2/
MIT License
23 stars 5 forks source link

Fix request_access_token to understand content-type with charsets #5

Closed jacobian closed 11 years ago

jacobian commented 11 years ago

Prior to the change, request_access_token would fail again token endpoints that returned content-types of the form "application/json;charset=utf8".

dahlia commented 11 years ago

I hadn’t been aware of .gettype() method! Thanks.

jacobian commented 11 years ago

Huzzah, thanks!

dahlia commented 11 years ago

This change is included in 0.1.3 release.

jacobian commented 11 years ago

Hooray, thanks!

On Tue, Jun 18, 2013 at 12:38 PM, Hong Minhee notifications@github.comwrote:

This change is included in 0.1.3https://pypi.python.org/pypi/wsgi-oauth2/0.1.3release.

— Reply to this email directly or view it on GitHubhttps://github.com/StyleShare/wsgi-oauth2/pull/5#issuecomment-19627547 .