summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Universal wheels are for code expected to work on both Python 2 and 3Hugo van Kemenade2021-10-111-3/+0
* | Add support for Python 3.9 and 3.10Hugo van Kemenade2021-10-113-5/+11
* | Remove upper bound on cryptography versionRichard Connon2021-10-032-3/+3
* | Replace deprecated unittest aliasesHugo van Kemenade2021-08-181-4/+4
* | fix #755: ensure save_token is called for hybrid code flowKarim Kanso2021-08-182-0/+17
* | Merge pull request #752 from nsklikas/oidc-refreshJonathan Huot2021-08-127-1/+164
|\ \ | |/ |/|
| * Move refresh_id_token to validator functionNikos Sklikas2021-06-033-5/+21
| * Add docsNikos Sklikas2021-06-031-0/+6
| * Update CHANGELOGNikos Sklikas2021-06-031-0/+5
| * Add support for refreshing ID TokensNikos Sklikas2021-06-033-0/+136
| * Fix RefreshTokenGrant modifiersNikos Sklikas2021-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