summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Fixed code documentationJonathan Huot2022-01-291-1/+1
* Merge pull request #766 from oauthlib/3.2.0-devJonathan Huot2022-01-291-1/+1
|\
| * Prepare 3.2.0 releaseJonathan Huot2021-06-031-1/+1
* | Add support for device authorization flow (RFC8628) (#795)Mike Kelly2022-01-184-0/+113
* | PKCE (#786)Jon Velando2021-12-133-6/+143
* | Add `Access-Control-Allow-Origin` header to metadata endpoint.Theron Luhn2021-12-131-1/+2
* | Add support for CORS in the token endpoint.Theron Luhn2021-12-132-0/+44
* | rm comma after Bearer in WWW-Authenticate headerkamenev2021-11-141-5/+2
* | Bug expires at (#783)Scott Gifford2021-10-221-1/+4
* | fix #755: ensure save_token is called for hybrid code flowKarim Kanso2021-08-181-0/+2
* | Move refresh_id_token to validator functionNikos Sklikas2021-06-032-4/+14
* | Add support for refreshing ID TokensNikos Sklikas2021-06-032-0/+37
* | Fix RefreshTokenGrant modifiersNikos Sklikas2021-06-031-1/+1
|/
* 3.1.1 releaseJonathan Huot2021-05-311-1/+1
* 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
* Remove typoBella Woo2021-05-261-1/+0
* Use better regex for IPv6 to allow a lot more valid IPv6 addresses (#753)Paul Dekkers2021-05-101-26/+2
* Properly handle prompt=noneNikos Sklikas2021-05-013-41/+1
* Use request.nonce when generating hybrid id tokenTom Evans2021-02-121-0/+3
* 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-035-421/+605
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-1240-40/+0
* Merge branch 'master' into isort-integrationJonathan Huot2020-04-225-8/+23
|\
| * Merge branch 'master' into fix_issue_728Jonathan Huot2020-04-222-8/+19
| |\
| | * Merge branch 'master' into masterJonathan Huot2020-04-221-8/+18
| | |\
| | | * Base OAuth2 Client now has a consistent way of managing the `scope`: it cons...Sylvain MARIE2020-04-191-8/+18
| | * | Made code a one-liner for consistency with BackendApplicationClientSylvain MARIE2020-04-091-3/+1
| | * | `LegacyApplicationClient.prepare_request_body` now honors the default scopes ...Sylvain MARIE2020-04-091-0/+3
| | |/
| * | MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse...Sylvain MARIE2020-04-193-0/+4
| |/
* | Fixed sorted import for < py37Anton Ruhlov2020-04-102-2/+3
* | Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-1043-149/+158
|/
* Merge branch 'master' into doc-oidcJonathan Huot2020-01-292-2/+2
|\
| * typo in log message for client_credentialsBohdan2020-01-131-1/+1
| * typo in log message for client_credentialsBohdan2020-01-131-1/+1
| * Fix simple typo: wich -> which (#710)Tim Gates2019-11-121-1/+1
* | Improved OIDC documentationdoc-oidcJonathan Huot2019-10-281-4/+13
|/
* Make grants public attributes of pre_configured server class (#613)Ivan Anishchuk2019-10-222-70/+70
* Merge branch 'master' into doc-improvementJonathan Huot2019-08-3062-284/+102
|\
| * Merge branch 'master' into rm-2.7Omer Katz2019-08-291-2/+2
| |\
| * | The future is nowHugo2019-08-1558-116/+0
| * | Drop support for legacy Python 2.7Hugo2019-08-159-53/+13
| * | Upgrade Python syntax with pyupgradeHugo2019-08-1528-60/+60
| * | Drop support for legacy Python 2.7Hugo2019-08-158-57/+31
* | | Merge branch 'master' into doc-improvementOmer Katz2019-08-261-2/+2
|\ \ \ | | |/ | |/|
| * | Fix tests for OAuth1 signature basestring generation, to better align with ex...Ashley Sommer2019-08-141-2/+2
| |/
* | Extended the requirements of the authenticate_client method documentation.Zsolt Balint2019-08-101-0/+11
|/
* Change version to -devJonathan Huot2019-08-061-1/+1
* Merge branch 'master' into release-3.1.0Jonathan Huot2019-08-058-51/+186
|\