summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/endpoints/base.py
Commit message (Expand)AuthorAgeFilesLines
* add HMAC-SHA256 signature validationHamish Moffatt2019-07-251-2/+5
* Add case-insensitive headers to oauth1 BaseEndpointJordan Gardner2019-05-011-2/+2
* Rtd docs fix (#515)Jonathan Huot2018-02-281-3/+3
* Sorted imports.Omer Katz2017-09-171-6/+3
* InvalidRequestError is oauth1 not oauth2andy boot2015-03-031-1/+1
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-29/+32
* Accept 'Content-Type: application/x-www-form-urlencoded;charset=utf8' alsotuannh2014-05-291-1/+1
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Allow realm to be passed in URI and Body. Fix #139.Ib Lundgren2013-06-211-5/+6
* Base endpoint for parameter checking and signature verification. #95Ib Lundgren2013-06-181-0/+213