summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 431-customerrors431-customerrorsJonathan Huot2018-08-0266-687/+2439
|\
| * Added htmlcov to help increase coverage locallyJonathan Huot2018-07-302-1/+2
| |
| * Added flask-dance tests, see #553Jonathan Huot2018-07-171-2/+10
| |
| * 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-302-16/+2
| |
| * Update save_bearer_token docs to mention how the token is passed in as a ↵claweyenuk2018-06-301-1/+8
| | | | | | | | reference (#556)
| * Update all pypi.python.org URLs to pypi.org (#555)Jon Dufresne2018-06-301-2/+2
| |
| * OpenID Connect split (#525)Wiliam Souza2018-06-0536-1013/+1641
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add command to clean up builds to makefile * Fix docs strings for endpoints pre_configured * Chnage grant_types.openid_connect to include a deprecation warning be a backward compatible * Fix doc string for rfc6749.request_validator * Remove unused import * Change import to be explicity * Move JWTTokenTestCase to openid.connect.core.test_token * Move JWTToken to oauthlib.openid.connect.core.tokens * Move to openid connect test * Move openid connect exceptions to its own file * Remove openid connect from oauth2 server * Remove JWTToken from oauth tokens * Remove grant_types.openid_connect file * Add oauthlib/openid estructure and tests
| * Remove Python 2.6 compatibility code.Omer Katz2018-05-261-10/+2
| |
| * Merge pull request #508 from thomsonreuters/oauth2-introspectPieter Ennes2018-05-2610-12/+360
| |\ | | | | | | Added initial introspect support.
| | * Merge branch 'master' into oauth2-introspectPieter Ennes2018-05-2662-323/+949
| | |\ | | |/ | |/|
| * | Add missing NotImplementedError (#499)Grey Li2018-05-261-0/+1
| | |
| * | Check that the Bearer header is properly formatted (#491)Mattia Procopio2018-05-262-15/+106
| | |
| * | Prepare 2.1.0 release.Pieter Ennes2018-05-262-1/+10
| | | | | | | | | | | | (cherry picked from commit 5c76855)
| * | Deploy only when building python36 with toxJonathan Huot2018-05-231-0/+2
| | | | | | | | | | | | Avoid multiple deploy steps and lead to failures (e.g. errors "already deployed")
| * | Add test coverage (#544)Florian Strzelecki2018-05-212-5/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add testcase for prepare_token_request() * Add testcase for InsecureTransportError in add_token() * Fix typo in testcase of add_token() for MAC token type * Add testcase for TokenExpiredError in add_token() * Add testcase for prepare_request_body without private key * Add testcase for optional kwargs in prepare_request_body()
| * | 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
| | | | | | | | | Fixed some copy and paste typos, see issue #532.
| * | Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-133-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | The secrets module should be used for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. In particularly, secrets should be used in preference to the default pseudo-random number generator in the random module, which is designed for modelling and simulation, not security or cryptography.
| * | 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
| |\ \ | | | | | | | | Merge 2.0.7 back to master
| | * | Update changelog for 2.0.7.Pieter Ennes2018-03-192-2/+10
| | | | | | | | | | | | | | | | (cherry picked from commit e7b906a)
| | * | Version bump 2.0.7.Pieter Ennes2018-03-192-2/+19
| |/ / | | | | | | | | | (cherry picked from commit 67ebd7a)
| * | 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
| | | | | | | | | | | | | | | | | | * Fix indentation in Travis config. * Fill GitHub OAuth key. * Deploy tags from all branches.
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added sphinx build for developers Rationale is to build docs locally to prevent RTD to break later. * Replace manual sphinx into make * Renamed idan URL to oauthlib community * Renamed http into https URLs since http is returning 302 * python requests library renamed its home URL * Add ignore list for "make linkcheck" linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account * virtualenv changed its homepage and website. * Fixed broken link
| * | Openid connect jwt (#488)Wiliam Souza2018-01-307-8/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add JWT token with it the server knows how to validate this new type of token in resource requests * Change find_token_type sorted function to reverse result and choose the valued estimated token handler * Add validate_id_token method to RequestValidator * Added unittest for JWTToken model * Updated version of Mock * Add get_jwt_bearer_token and validate_jwt_bearer_token oauthlib.oauth2.RequestValidator and change oauthlib.oauth2.tokens JWTToken to use it * Change to improve token type estimate test * Add a note in RequestValidator.validate_jwt_bearer_token about error 5xx rather 4xx
| * | Fix cliend_id in web request body (#505)Antoine Bertin2018-01-292-2/+2
| | | | | | | | | | | | | | | | | | Previously, cliend_id was always included in the request body in the Authorization Code flow and the client_id parameter was ignored in contradiction with the docs. Fixes #495
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | * Add support for HMAC-SHA256 * Add explicit declaration of HMAC-SHA1 and point HMAC at it To avoid confusion, HMAC constant name should explicitly state which SHA variant is used, but for backwards compatibility, SIGNATURE_HMAC is still needed * add support for HMAC-SHA256 including tests and comments * constructor tests verify client built with correct signer method
| * Check access token in self.token dict (#500)Grey Li2017-11-141-1/+1
| | | | | | | | | | | | * Check access token in self.token dict * fix typo
| * When deploying a release to PyPI, include the wheel distribution (#496)Jon Dufresne2017-10-271-0/+1
| | | | | | | | | | | | | | | | For Travis CI documentation on including a bdist_wheel distribution, see: https://docs.travis-ci.com/user/deployment/pypi/#Uploading-different-distributions Fixes #493