summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 409_headers_not_params409_headers_not_paramsJonathan Huot2018-08-201-4/+4
|\
| * Merge pull request #575 from oauthlib/348_SEOJonathan Huot2018-08-201-4/+4
| |\ | | | | | | Change sentences for better SEO
| | * Merge branch 'master' into 348_SEO348_SEOJonathan Huot2018-08-182-0/+53
| | |\ | | |/ | |/|
| | * Change sentences for better SEOJonathan Huot2018-08-181-4/+4
| | |
* | | Remove headers from request attributesJonathan Huot2018-08-182-1/+5
|/ /
* | Merge pull request #573 from oauthlib/community_rulesJonathan Huot2018-08-182-0/+53
|\ \ | |/ |/| Add NCoC and Code of merit
| * Merge branch 'master' into community_rulescommunity_rulesJonathan Huot2018-08-171-1/+0
| |\ | |/ |/|
* | Merge pull request #574 from oauthlib/234-fixdocJonathan Huot2018-08-171-1/+0
|\ \ | | | | | | client_id is not passed to save_bearer_token
| * | client_id is not passed to save_bearer_token234-fixdocJonathan Huot2018-08-161-1/+0
|/ /
| * Replaced NCoC with Django CoCJonathan Huot2018-08-172-7/+33
| |
| * Merge branch 'master' into community_rulesJonathan Huot2018-08-136-11/+149
| |\ | |/ |/|
* | Merge pull request #571 from oauthlib/docs-jwtJonathan Huot2018-08-134-11/+131
|\ \ | | | | | | [DOCS] Added access_token as JWT examples, and updated JWT grant section
| * \ Merge branch 'master' into docs-jwtJonathan Huot2018-08-127-3/+27
| |\ \ | |/ / |/| |
* | | Merge pull request #567 from oauthlib/get_default_redirJonathan Huot2018-08-122-0/+18
|\ \ \ | | | | | | | | Add syntax check of get_default_redirect_uri
| * \ \ Merge branch 'master' into get_default_redirJonathan Huot2018-08-1217-26/+70
| |\ \ \ | |/ / / |/| | |
| * | | Add syntax check of get_default_redirect_uriJonathan Huot2018-07-302-0/+18
| | | | | | | | | | | | | | | | Authorization Code was missing this check, whereas Implicit was checking it.
| | * | Merge branch 'master' into docs-jwtJonathan Huot2018-08-1012-23/+61
| | |\ \
| | * | | Added access_token as JWT examples, and updated JWT grant sectionJonathan Huot2018-08-104-11/+131
| |/ / / | | | | | | | | | | | | A confusion between JWT as token and as authentication mechanism was introduced long-time back and I tried to make a bit of clarity to not confuse again the newcomers.
| | | * Add NCoC and Code of meritJonathan Huot2018-08-132-0/+27
| |_|/ |/| |
* | | Merge pull request #570 from oauthlib/569_expires_in_implicitJonathan Huot2018-08-123-2/+6
|\ \ \ | | | | | | | | #569: Implicit was not converting expires_in into integers
| * \ \ Merge branch 'master' into 569_expires_in_implicitJonathan Huot2018-08-1214-24/+64
| |\ \ \ | |/ / / |/| | |
* | | | $ and ' are allowed to be unencoded in query strings (#564)Chris Utz2018-08-122-1/+3
| |_|/ |/| |
* | | Merge pull request #572 from oauthlib/clean-docJonathan Huot2018-08-1012-23/+61
|\ \ \ | |_|/ |/| | Clean doc
| * | Fixed bad copy/pasteJonathan Huot2018-08-101-2/+2
| | |
| * | Updated python versionsJonathan Huot2018-08-101-1/+1
| | |
| * | Added upstream test as best practiceJonathan Huot2018-08-101-0/+11
| | |
| * | Mention our "extra" flags somewhere.Jonathan Huot2018-08-101-2/+6
| | |
| * | Removed last occurences of G+ with GitterJonathan Huot2018-08-103-7/+7
| | |
| * | Fixed typoJonathan Huot2018-08-101-5/+5
| | |
| * | Added credits to Idan & team.Jonathan Huot2018-08-105-5/+17
| | |
| * | Added README.rst/setup.py check for pypiJonathan Huot2018-08-101-1/+10
| | |
| * | Added emacs ignore listJonathan Huot2018-08-101-0/+2
|/ /
| * Implicit was not converting expires_in into integersJonathan Huot2018-08-063-2/+6
|/
* 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
| |