Seth York

Results 3 issues of Seth York

oauthlib will [produce an error if a body is sent with a GET/HEAD method.](https://github.com/oauthlib/oauthlib/blob/master/oauthlib/oauth1/rfc5849/__init__.py#L310) ``` elif http_method.upper() in ('GET', 'HEAD') and has_params: raise ValueError('GET/HEAD requests should not include body.') ```...

This is an incredibly useful library but it seems like any momentum it had has stalled out. Are there any plans for updates or new releases?

I have an issue when configuring the `authorizationStrategy` when using GitHub oAuth with Matrix Auth. I’m not sure if this is a syntax issue on my part or a problem...