summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into get_default_redirJonathan Huot2018-08-123-2/+6
|\
| * Merge branch 'master' into 569_expires_in_implicitJonathan Huot2018-08-122-2/+2
| |\
| | * $ and ' are allowed to be unencoded in query strings (#564)Chris Utz2018-08-121-1/+1
| | * Added credits to Idan & team.Jonathan Huot2018-08-101-1/+1
| * | Implicit was not converting expires_in into integersJonathan Huot2018-08-061-0/+4
| |/
* | Add syntax check of get_default_redirect_uriJonathan Huot2018-07-301-0/+2
|/
* The id_token_hint parameter isn't required by the OIDC spec. (#559)Pieter Ennes2018-07-021-6/+0
* Remove handling of nonstandard parameter "expires" (#506)Seth Davis2018-06-301-5/+2
* Update save_bearer_token docs to mention how the token is passed in as a refe...claweyenuk2018-06-301-1/+8
* OpenID Connect split (#525)Wiliam Souza2018-06-0520-355/+761
* Remove Python 2.6 compatibility code.Omer Katz2018-05-261-10/+2
* Merge branch 'master' into oauth2-introspectPieter Ennes2018-05-2631-206/+341
|\
| * Add missing NotImplementedError (#499)Grey Li2018-05-261-0/+1
| * Check that the Bearer header is properly formatted (#491)Mattia Procopio2018-05-261-15/+25
| * Prepare 2.1.0 release.Pieter Ennes2018-05-261-1/+1
| * Ignore Python 2.7 fallback branch.Omer Katz2018-05-201-1/+1
| * 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-083-9/+14
| * 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-131-3/+8
| * Add request argument to confirm_redirect_uri (#504) (#504)Jimmy Thrasibule2018-04-132-2/+3
| * Version bump 2.0.7.Pieter Ennes2018-03-191-2/+2
| * Rtd docs fix (#515)Jonathan Huot2018-02-2827-174/+174
| * Openid connect jwt (#488)Wiliam Souza2018-01-304-6/+113
| * Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
* | 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-186-11/+175
|/
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-143-5/+65
* Check access token in self.token dict (#500)Grey Li2017-11-141-1/+1
* Version bump 2.0.5v2.0.5Hsiaoming Yang2017-10-191-1/+1
* Refactor OAuth2ErrorHsiaoming Yang2017-10-181-6/+14
* OpenID connect improvements (#484)Wiliam Souza2017-10-015-24/+122
* if `in_uri` is called and `response_mode` is not initialized an exception is ...Mathias Mitterdorfer2017-09-221-0/+1
* 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-171-1/+1
* Fixed typo in imports.Omer Katz2017-09-171-1/+1
* Sorted imports.Omer Katz2017-09-1736-88/+93
* 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-071-1/+1
* | 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