summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Add UserInfoEndpoint to the OIDC Provider support.Jonathan Huot2019-05-135-1/+149
* Removed duplicated code for oauth2.BaseEndpointJonathan Huot2019-05-131-48/+2
* Merge branch 'master' into 670-pkce-requestinfoJonathan Huot2019-05-077-16/+192
|\
| * Merge branch 'master' into patch-1Jonathan Huot2019-05-076-14/+190
| |\
| | * Merge branch 'master' into oidc-hashesoidc-hashesJonathan Huot2019-05-061-2/+2
| | |\
| | | * Add case-insensitive headers to oauth1 BaseEndpointJordan Gardner2019-05-011-2/+2
| | * | Removed wrong assumption from copy/paste of get_autho.._scopes.Jonathan Huot2019-04-291-3/+2
| | * | Fix typo gave/haveJonathan Huot2019-04-291-2/+2
| | * | Fix docstring about return valueJonathan Huot2019-04-291-1/+1
| | * | Merge branch 'master' into oidc-hashesJonathan Huot2019-04-262-0/+20
| | |\ \ | | | |/
| | * | Merge branch 'master' into oidc-hashesJonathan Huot2019-04-234-35/+35
| | |\ \
| | * | | Python2.7 compatibleJonathan Huot2019-03-261-2/+2
| | * | | Add unittests for OIDC GrantTypeBase.Jonathan Huot2019-03-261-3/+3
| | * | | Use native operator instead type conversionJonathan Huot2019-03-261-1/+1
| | * | | Renamed fill into finalize to add clarityJonathan Huot2019-03-262-5/+5
| | * | | Merge branch 'master' into oidc-hashesJonathan Huot2019-03-051-1/+1
| | |\ \ \
| | * | | | Change to 3.0.2-dev as long as master is in "dev"Jonathan Huot2019-03-051-1/+1
| | * | | | Add c_hash. Add summary about when nonce/hashes are added to id_tokenJonathan Huot2019-02-281-0/+29
| | * | | | Add technicals fields of `id_token` in oauthlib OIDC supportJonathan Huot2019-02-285-9/+157
| | * | | | Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-282-182/+1
| * | | | | token_type should be case insensitiveume2019-05-011-2/+2
| | |_|_|/ | |/| | |
* | | | | Fix 670. AuthCode API must return the new PKCE attribute670-pkce-requestinfoJonathan Huot2019-04-261-0/+3
|/ / / /
* | | | refactor to get_debugAbhishek Patel2019-04-232-3/+3
* | | | add docAbhishek Patel2019-04-211-0/+8
* | | | Add method to get/set debug flagAbhishek Patel2019-04-212-0/+12
| |_|/ |/| |
* | | fix include_client_id argumentArjan Keeman2019-04-014-35/+35
| |/ |/|
* | Merge branch 'master' into oidc-reqval-duplicateoidc-reqval-duplicateJonathan Huot2019-03-041-1/+1
|\ \
| * | Combine multiple isinstance() calls to oneJon Dufresne2019-03-021-1/+1
* | | Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-282-182/+1
|/ /
* | Merge branch 'master' into oidc-nonceoidc-nonceJonathan Huot2019-02-271-1/+1
|\ \ | |/ |/|
| * Change to 3.0.2-dev as long as master is in "dev"Jonathan Huot2019-02-251-1/+1
* | OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-253-25/+46
|/
* Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-251-7/+1
|\
| * Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-7/+1
* | Renamed construct_base_string to signature_base_string.Hoylen Sue2019-02-222-10/+15
* | Renamed normalize_base_string_uri to base_string_uri.Hoylen Sue2019-02-211-2/+1
* | Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-219-19/+27
|\ \ | |/
| * Add clarity to the deprecation warningJonathan Huot2019-02-211-2/+2
| * Fix 652: removed "state" from /token response.Jonathan Huot2019-02-209-19/+27
* | Fixed space encoding in base string URI used in the signature base string.Hoylen Sue2019-02-191-7/+31
|/
* pep8 and docsDuane King2019-01-241-13/+22
* Bump to 3.0.1v3.0.1Jonathan Huot2019-01-241-1/+1
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-112-8/+8
* Bump to 2019Jonathan Huot2018-12-281-1/+1
* Update Changelog to 3.0.0Jonathan Huot2018-12-281-1/+1
* Merge branch 'master' into dry-up-codedry-up-codeJonathan Huot2018-12-201-9/+33
|\
| * Merge branch 'master' into add-metadata-docJonathan Huot2018-12-167-18/+276
| |\
| * | Add OAuth2.0 Authorization Server Metadata documentationJonathan Huot2018-12-131-9/+33
* | | Fix typo.Omer Katz2018-12-173-3/+3
* | | Merge branch 'master' into dry-up-codeOmer Katz2018-12-1712-31/+318
|\ \ \ | | |/ | |/|