summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | 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
* | | Merge branch 'master' into masterJonathan Huot2018-05-259-17/+34
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'master' into masterJonathan Huot2018-03-2944-333/+644
|\ \ \ | |/ /
| * | 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
| |/
| * 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
| * | 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
| * | | Hybrid response types should be fragment-encoded.Pieter Ennes2017-07-291-0/+2
| * | | switch to sending the MismatchingRedirectURIError insteadOren Mazor2017-06-141-1/+1
| * | | return a more descriptive error when a redirect url is provided and it is wrongOren Mazor2017-06-141-1/+1
| |/ /
* | | remove check on empty scopesPierre CHAISY2017-04-261-5/+0
|/ /
* | Merge pull request #461 from skion/rfc6750-errorsOmer Katz2017-04-032-31/+66
|\ \
| * | Add two error codes from RFC 6750.Pieter Ennes2017-04-022-31/+66