summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add test coverage (#544)Florian Strzelecki2018-05-212-5/+137
* | Ignore Python 2.7 fallback branch.Omer Katz2018-05-201-1/+1
* | Fix .coveragerc.Omer Katz2018-05-201-1/+0
* | Added .coveragerc.Omer Katz2018-05-201-0/+21
* | Don't cover the fallback branch.Omer Katz2018-05-201-1/+1
* | Backward compatibility fix for requests-oauthlib. (#546)Pieter Ennes2018-05-183-6/+12
* | Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-085-9/+45
* | Fixed some copy and paste typos (#535)paulie42018-04-131-2/+2
* | Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-133-8/+16
* | Add request argument to confirm_redirect_uri (#504) (#504)Jimmy Thrasibule2018-04-133-3/+4
* | Merge pull request #530 from skion/2.0.7-to-masterPieter Ennes2018-03-193-2/+27
|\ \
| * | Update changelog for 2.0.7.Pieter Ennes2018-03-192-2/+10
| * | Version bump 2.0.7.Pieter Ennes2018-03-192-2/+19
|/ /
* | Generated api_key from travis setup releasesJonathan Huot2018-03-191-1/+1
* | Fixed indentation after travis setupJonathan Huot2018-03-191-16/+13
* | Fix Travis config (#529)Pieter Ennes2018-03-191-5/+8
* | Fixed pypi credentials since oauthlib move. (#527)Jonathan Huot2018-03-191-2/+2
* | Update requirements.Pieter Ennes2018-03-191-3/+3
* | 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
| * Improved doc by adding links to RFC and list of claims.Jonathan Huot2017-12-191-5/+25
| * Added default supported_token_types for MobileJonathan Huot2017-12-191-1/+2
| * Added initial introspect supportJonathan Huot2017-12-1810-12/+339
|/
* 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