summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 3.2.2 versionHEADmasterJonathan Huot2023-01-102-2/+6
* Update setup.cfg to use license_files (#839)Michał Górny2022-10-181-1/+1
* Update pre-configured OIDC server to use OIDC flavor of Refresh Token grant t...Burke Livingston2022-10-062-2/+36
* OAuth2Error: Allow falsy values as stateTiphaine LAURENT2022-10-061-1/+1
* Upgrade GitHub Actions and make bandit, codespell, and pytest mandatory (#835)Christian Clauss2022-10-062-9/+11
* Use proper SPDX identifierMaximilian Wirtz2022-09-231-1/+1
* Merge pull request #832 from oauthlib/3.2.1Jonathan Huot2022-09-093-1/+21
|\
| * Updated date and authorsv3.2.1Jonathan Huot2022-09-092-1/+3
| * Prepare 3.2.1 releaseJonathan Huot2022-09-063-1/+19
* | Merge pull request from GHSA-3pgj-pg6c-r5p7Jonathan Huot2022-09-092-4/+55
|\ \
| * | Fix IPV6 regex used to check redirect_uriJonathan Huot2022-09-062-5/+48
| * | Add check of performance of ipv6 checkJonathan Huot2022-09-021-0/+8
| |/
* | Merge pull request #818 from dasm/masterJonathan Huot2022-09-062-28/+58
|\ \ | |/ |/|
| * Restored test for port 0.Dariusz Smigiel2022-06-272-1/+2
| * Merge branch 'oauthlib:master' into masterDariusz2022-06-2111-61/+42
| |\
| * | Removed unused query and fragmentDariusz Smigiel2022-06-151-2/+0
| * | Removed dependency on splitDariusz Smigiel2022-06-152-29/+60
| * | OAuth1: Allow IPv6 addresses being parsed by signatureDariusz Smigiel2022-05-191-1/+1
* | | docs: fix typosKian-Meng Ang2022-07-0620-27/+27
* | | docs: Fix a few typosTim Gates2022-07-0310-12/+12
| |/ |/|
* | Fixed isort importsDariusz Smigiel2022-06-1610-60/+41
* | Fix typo in server.rstNemanja Tozic2022-05-251-1/+1
|/
* chore: s/bode_code_verifier/body_code_verifier/gkohki yamagiwa2022-05-151-2/+2
* Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT. (#803)Theron Luhn2022-03-062-2/+12
* Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)Jonathan Huot2022-02-2418-133/+134
* Merge pull request #797 from cclauss/patch-2Jonathan Huot2022-02-181-0/+25
|\
| * GitHub Action to lint Python codeChristian Clauss2022-01-081-0/+25
* | Merge pull request #806 from luhn/refresh-grant-corsJonathan Huot2022-02-185-18/+61
|\ \
| * | Add CORS support for Refresh Token Grant.Theron Luhn2022-02-155-18/+61
|/ /
* | add missing slots to TokenBaseArie Bovenberg2022-02-131-0/+1
* | Merge pull request #800 from oauthlib/3.2.0-devJonathan Huot2022-01-297-24/+55
|\ \
| * | Changed docs to python37v3.2.0Jonathan Huot2022-01-291-2/+2
| * | Fixed the versionJonathan Huot2022-01-291-1/+1
| * | Add contributors to AUTHORS file.Jonathan Huot2022-01-291-0/+19
| * | Fixed code documentationJonathan Huot2022-01-291-1/+1
| * | Changelog of 3.2.0Jonathan Huot2022-01-292-18/+30
| * | Set python3.7 since RTD has switched to python3.7Jonathan Huot2022-01-291-2/+2
|/ /
* | Merge pull request #766 from oauthlib/3.2.0-devJonathan Huot2022-01-292-1/+7
|\ \
| * | 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
* | | Travis CI: Python 3.10.1 --> 3.10.2 (#798)Christian Clauss2022-01-241-4/+5
* | | Add support for device authorization flow (RFC8628) (#795)Mike Kelly2022-01-188-0/+181
* | | Travis CI: Add Python 3.11-dev to the testing (#796)Christian Clauss2022-01-082-2/+6
| |/ |/|
* | PKCE (#786)Jon Velando2021-12-136-6/+211
* | Add `Access-Control-Allow-Origin` header to metadata endpoint.Theron Luhn2021-12-132-1/+17
* | Add support for CORS in the token endpoint.Theron Luhn2021-12-134-0/+88
* | minor spelling correctionXpyder2021-12-101-1/+1
* | rm comma after Bearer in WWW-Authenticate headerkamenev2021-11-143-9/+6
* | Bug expires at (#783)Scott Gifford2021-10-222-1/+28
* | CoverageWarning: --include is ignored because --source is set (include-ignored)Hugo van Kemenade2021-10-111-1/+0