summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove last remaining G+ reference.2x-fixupPieter Ennes2018-09-142-4/+4
| | | | (Cherry picked from f3ae98cef91e140b10d25fbd496622d879cc0c0c)
* Correct recent merge (#596)Jon Dufresne2018-09-141-1/+1
| | | | Merge c8a7cb199a8d448c2934100a5bb06598be402939 mistakenly reverted a line from aef9a3e944f41c3afaaf22ba20f86a267a7d3bb3.
* Merge pull request #595 from jdufresne/bytesJonathan Huot2018-09-146-31/+19
|\ | | | | Remove unnecessary workaround for bytes type
| * Merge branch 'master' into bytesJonathan Huot2018-09-141-7/+7
| |\ | |/ |/|
* | Merge pull request #594 from jdufresne/isinstanceJonathan Huot2018-09-142-8/+8
|\ \ | | | | | | Prefer assertIsInstance(...) over assertTrue(isinstance(...))
| * | Prefer assertIsInstance(...) over assertTrue(isinstance(...))Jon Dufresne2018-09-142-8/+8
|/ / | | | | | | | | | | | | It is a more explicit assert with a more information message in case of failure. For a full list of available assert methods, see: https://docs.python.org/3/library/unittest.html#assert-methods
| * Remove unnecessary workaround for bytes typeJon Dufresne2018-09-146-31/+19
|/ | | | | | | The type 'bytes' is available on all supported Pythons. Likewise the byte literal b'...' is available on all supported Pythons. Use idiomatic Python and remove workaround for an issue that no longer exists. Makes the code more forward compatible with Python 3.
* Merge pull request #590 from jdufresne/unittest2Hsiaoming Yang2018-09-143-27/+5
|\ | | | | Remove workarounds for unsupported Python 2.6
| * Remove workarounds for unsupported Python 2.6Jon Dufresne2018-09-113-27/+5
|/ | | | | | | | Python 2.6 support was removed in 91152df142bdde134d84ed27963cda8e6b878416. Drop unittest2 dependency. All necessary testing features are included in the stdlib unittest.
* Merge pull request #588 from jvanasco/fix-inline_docs_2Jonathan Huot2018-09-1117-141/+418
|\ | | | | docstrings fix, try #2
| * idea for documentation in contributing.rstjonathan vanasco2018-09-111-0/+52
| |
| * fixed spacingjonathan vanasco2018-09-111-1/+1
| |
| * Merge branch 'fix-inline_docs_2' of github.com:jvanasco/oauthlib into ↵jonathan vanasco2018-09-111-1/+2
| |\ | | | | | | | | | fix-inline_docs_2
| | * Merge branch 'master' into fix-inline_docs_2Jonathan Huot2018-09-111-1/+2
| | |\ | |_|/ |/| |
* | | Merge pull request #589 from oauthlib/582-coverallsJonathan Huot2018-09-111-1/+2
|\ \ \ | | | | | | | | Attempt to fix 582 to improve coverage statistics
| * | | Try to improve multibuild coverage582-coverallsJonathan Huot2018-09-111-1/+2
|/ / /
| * | cleanup on docs fixesjonathan vanasco2018-09-1111-44/+53
| |/
| * redid the docstring fixesjonathan vanasco2018-09-1014-115/+331
|/
* Merge pull request #475 from akira-dev/masterJonathan Huot2018-09-071-5/+0
|\ | | | | Remove check on empty scopes for implicit grant flow
| * Merge branch 'master' into masterJonathan Huot2018-09-0716-31/+248
| |\ | |/ |/|
* | Merge pull request #584 from luhn/authcode-scope-optionalJonathan Huot2018-09-073-13/+9
|\ \ | | | | | | Make scope optional for authorization code grant
| * | Write a test for authorization grant w/ no scope.Theron Luhn2018-09-031-0/+6
| | |
| * | Fix test_error_catching.Theron Luhn2018-09-021-1/+3
| | |
| * | Make scope optional for authorization code grant.Theron Luhn2018-09-021-12/+0
|/ /
* | Added license check badge. (#581)Omer Katz2018-08-291-0/+3
| | | | | | Since we're used in enterprises where licensing matters, this may be useful when people evaluate our project.
* | Merge pull request #566 from oauthlib/445_confirm_redirectJonathan Huot2018-08-214-1/+43
|\ \ | | | | | | 445 confirm redirect
| * \ Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-203-5/+9
| |\ \ | |/ / |/| |
* | | Merge pull request #576 from oauthlib/409_headers_not_paramsJonathan Huot2018-08-202-1/+5
|\ \ \ | | | | | | | | Remove headers from request attributes
| * \ \ 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 branch 'master' into 445_confirm_redirect445_confirm_redirectJonathan Huot2018-08-203-1/+53
| | |\ \ | |_|/ / |/| | |
* | | | 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
| |\ \ \ | |/ / / |/| | |
| * | | Add NCoC and Code of meritJonathan Huot2018-08-132-0/+27
| | | |
| | * | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-1523-37/+219
| | |\ \ | |_|/ / |/| | |
* | | | 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 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 test when no redirecturi & no defaultJonathan Huot2018-08-151-0/+9
| | | | | |
| | | | * | Restore confirm = False testJonathan Huot2018-08-151-0/+2
| | | | | |
| | | | * | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-07-302-1/+2
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | * | Removed silent output, since tests are not writing outputJonathan Huot2018-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | it is useful when using pdb from commandline.