summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix-pypifix-pypiPieter Ennes2018-03-191-3/+3
|\
| * Update requirements.Pieter Ennes2018-03-191-3/+3
* | Fixed pypi credentials since oauthlib move.Jonathan Huot2018-03-191-2/+2
|/
* Added Github Releases deploy provider.Jonathan Huot2018-03-181-8/+14
* Replace IRC notificatgion with Gitter HookJonathan Huot2018-03-181-1/+6
* Fixed "make" command to test upstream with local oauthlib. (#522)Jonathan Huot2018-03-181-32/+42
* Fix ReadTheDocs build (#521)Jonathan Huot2018-03-182-3/+6
* Add shields for Python versions, license and RTD.Pieter Ennes2018-03-181-3/+15
* Replace G+ with Gitter. (#517)Pieter Ennes2018-03-071-6/+7
* Update repository location in Travis. (#514)Pieter Ennes2018-02-281-1/+1
* Rtd docs fix (#515)Jonathan Huot2018-02-2843-202/+210
* Openid connect jwt (#488)Wiliam Souza2018-01-307-8/+243
* Fix cliend_id in web request body (#505)Antoine Bertin2018-01-292-2/+2
* Added bottle-oauthlib (#509)Jonathan Huot2018-01-024-7/+22
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-144-7/+103
* Check access token in self.token dict (#500)Grey Li2017-11-141-1/+1
* When deploying a release to PyPI, include the wheel distribution (#496)Jon Dufresne2017-10-271-0/+1
* Include license file in the generated wheel package (#494)Jon Dufresne2017-10-241-0/+3
* Version bump 2.0.5v2.0.5Hsiaoming Yang2017-10-192-1/+7
* Try another way to fix travisHsiaoming Yang2017-10-191-1/+3
* Fix travis for PyPyHsiaoming Yang2017-10-191-1/+1
* Refactor OAuth2ErrorHsiaoming Yang2017-10-181-6/+14
* OpenID connect improvements (#484)Wiliam Souza2017-10-019-31/+241
* Merge pull request #487 from MitterdorferMathias/masterOmer Katz2017-09-241-0/+1
|\
| * if `in_uri` is called and `response_mode` is not initialized an exception is ...Mathias Mitterdorfer2017-09-221-0/+1
|/
* Merge pull request #481 from skion/always-nonceOmer Katz2017-09-182-3/+21
|\
| * Add test for nonce parameter preservation.Pieter Ennes2017-09-171-0/+12
| * Add nonce to docstring.Pieter Ennes2017-09-171-0/+7
| * Pass through nonce in code flow.Pieter Ennes2017-09-171-3/+2
|/
* Bump version.v2.0.4Omer Katz2017-09-172-1/+5
* Fixed typo in imports.Omer Katz2017-09-171-1/+1
* Sorted imports.Omer Katz2017-09-1775-239/+296
* Merge pull request #468 from ThePrudents/fix-explicit-importOmer Katz2017-09-113-3/+3
|\
| * Fix base importsTiziano Perrucci2017-03-081-1/+1
| * Changed all implicit imports * with explicit classes importsTiziano Perrucci2017-03-083-3/+3
* | Bump version to 2.0.3.v2.0.3Omer Katz2017-09-072-4/+19
* | Merge pull request #458 from hoylen/doc-editsOmer Katz2017-08-026-36/+61
|\ \
| * | Fixed default get_default_realms to raise NotImplementedError.Hoylen Sue2017-08-011-1/+1
| * | Extra logging if verification fails because of timestamp/nonce.Hoylen Sue2017-08-011-1/+1
| * | Only log signature base string when verification fails.Hoylen Sue2017-08-011-5/+6
| * | Extra logging for verifying signatures.Hoylen Sue2017-08-012-4/+17
| * | Include function names for NotImplementedError exceptions.Hoylen Sue2017-08-011-24/+33
| * | Extra logging for verification failures.Hoylen Sue2017-08-011-0/+1
| * | Documented PyJWT dependency for RSA-SHA1 signatures.Hoylen Sue2017-08-012-8/+9
|/ /
* | Merge pull request #473 from jdufresne/assertequalOmer Katz2017-07-302-19/+18
|\ \
| * | Replace all uses of assertEquals with assertEqualJon Dufresne2017-04-162-19/+18
* | | Merge pull request #474 from jdufresne/bytes-warningsOmer Katz2017-07-301-1/+1
|\ \ \
| * | | Fix BytesWarning issued when using a string placeholder for bytes objectJon Dufresne2017-04-161-1/+1
| |/ /
* | | Merge pull request #472 from jdufresne/py36Omer Katz2017-07-302-27/+20
|\ \ \
| * | | Add Python 3.6 to Travis CI testing and trove classifiersJon Dufresne2017-04-162-27/+20
| |/ /