summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changelog placeholder for 3.2.03.2.0-devJonathan Huot2021-06-071-0/+6
* Prepare 3.2.0 releaseJonathan Huot2021-06-031-1/+1
* Merge pull request #765 from oauthlib/3.1.1-releaseJonathan Huot2021-06-013-15/+13
|\
| * Switch pypi & github release to do pypi last.v3.1.1Jonathan Huot2021-06-011-9/+9
| * Fix github-release api keyJonathan Huot2021-06-011-1/+1
| * Merge branch 'master' into 3.1.1-releaseJonathan Huot2021-06-010-0/+0
| |\ | |/ |/|
* | Merge pull request #764 from oauthlib/3.1.1Jonathan Huot2021-05-312-3/+14
|\ \
| | * Fix readme check basde on .tox resultJonathan Huot2021-06-011-1/+1
| | * Removed pypy2 supportJonathan Huot2021-06-011-1/+1
| | * Fix italic sentence in rst formatJonathan Huot2021-06-011-1/+1
| | * Restore docs, readme, bandit to the CI/CDJonathan Huot2021-06-011-3/+1
| |/
| * 3.1.1 releaseJonathan Huot2021-05-312-3/+14
|/
* Merge pull request #760 from n2ygk/issue759/check_authz_typeJonathan Huot2021-05-292-10/+31
|\
| * per @JonathanHuot use existing get_token_from_header()Alan Crosswell2021-05-291-13/+5
| * handle another case of assuming the token starts after 'Bearer 'Alan Crosswell2021-05-291-5/+6
| * Fix Authorization header that is not a Bearer to not return a tokenAlan Crosswell2021-05-291-1/+3
| * failing test for Authorization: BasicAlan Crosswell2021-05-291-0/+26
|/
* Merge pull request #761 from bellawoo/token-doc-typoJonathan Huot2021-05-281-1/+0
|\
| * Remove typoBella Woo2021-05-261-1/+0
|/
* Use better regex for IPv6 to allow a lot more valid IPv6 addresses (#753)Paul Dekkers2021-05-103-26/+39
* Add CHANGELOGNikos Sklikas2021-05-011-0/+3
* Properly handle prompt=noneNikos Sklikas2021-05-015-56/+91
* Bump pyjwt and cryptography versions (#749)jason2021-02-122-4/+4
* Use request.nonce when generating hybrid id tokenTom Evans2021-02-123-0/+13
* Remove python 3.5 support; add python 3.8 supportjason2021-02-104-16/+17
* Update pydoc in parameters.pyX6VmZSxczGzm9Ak5uy-rrodriguez2020-07-291-2/+2
* OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)Hoylen Sue2020-06-0312-802/+1604
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-1241-42/+0
* Merge pull request #733 from oauthlib/auvipy-patch-1Asif Saif Uddin2020-05-091-1/+1
|\
| * Update requirements.txtAsif Saif Uddin2020-05-091-1/+1
|/
* Merge pull request #727 from antonrh/isort-integrationJonathan Huot2020-04-2293-315/+344
|\
| * Merge branch 'master' into isort-integrationJonathan Huot2020-04-224-6/+24
| |\ | |/ |/|
* | Merge pull request #705 from oauthlib/doc-sponsorJonathan Huot2020-04-223-4/+17
|\ \
| * \ Merge branch 'master' into doc-sponsorJonathan Huot2020-04-2261-95/+389
| |\ \ | |/ / |/| |
* | | Merge pull request #716 from braedon/improve-validator-skeletonJonathan Huot2020-04-221-2/+7
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into improve-validator-skeletonBraedon Vickers2020-04-2244-48/+77
| |\ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into improve-validator-skeletonBraedon Vickers2020-02-2816-30/+287
| |\ \ \
| * | | | Rework client authentication in SkeletonValidator for clarityBraedon Vickers2020-01-211-2/+7
| | | * | Add sponsoring section/fix FUNDING.ymldoc-sponsorJonathan Huot2019-10-293-5/+18
| | | | * Merge branch 'master' into isort-integrationJonathan Huot2020-04-226-10/+40
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #729 from smarie/fix_issue_728Jonathan Huot2020-04-224-1/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix_issue_728Jonathan Huot2020-04-223-14/+36
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #726 from smarie/masterJonathan Huot2020-04-222-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into masterJonathan Huot2020-04-222-9/+28
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Add 3.1.0 date. Moved merged PR into 3.1.1Jonathan Huot2020-04-221-6/+10
* | | | | | | Merge pull request #731 from smarie/fix_issue_730Jonathan Huot2020-04-222-8/+23
|\ \ \ \ \ \ \
| * | | | | | | changelogSylvain MARIE2020-04-191-0/+5
| * | | | | | | Base OAuth2 Client now has a consistent way of managing the `scope`: it cons...Sylvain MARIE2020-04-191-8/+18
|/ / / / / / /
| * | | | | | changelog entrySylvain MARIE2020-04-091-1/+2
| * | | | | | Made code a one-liner for consistency with BackendApplicationClientSylvain MARIE2020-04-091-3/+1