summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 431-customerrors431-customerrorsJonathan Huot2018-08-0233-306/+1164
|\
| * 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
* | Fixed py27/pypy supportJonathan Huot2018-08-021-1/+1
* | Add support of custom errors coming from providersJonathan Huot2018-08-021-0/+11
* | Prepare 2.1.0 release.Pieter Ennes2018-05-211-1/+1
* | Make populate attributes API public.Pieter Ennes2018-05-213-6/+12
* | Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-183-9/+14
* | Fixed some copy and paste typos (#535)paulie42018-04-231-2/+2
* | Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-231-3/+8
* | Add request argument to confirm_redirect_uri (#504) (#504)Jimmy Thrasibule2018-04-232-2/+3
* | Version bump 2.0.7.Pieter Ennes2018-03-091-2/+2
* | Rtd docs fix (#515)Jonathan Huot2018-03-0927-168/+168
* | Check access token in self.token dict (#500)Grey Li2018-03-091-1/+1
* | Version bump 2.0.6v2.0.6Hsiaoming Yang2017-10-201-1/+1
* | Version bump 2.0.5Hsiaoming Yang2017-10-201-1/+1
* | Refactor OAuth2ErrorHsiaoming Yang2017-10-201-6/+14
|/
* 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
|\