summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix RefreshTokenGrant modifiersNikos Sklikas2021-06-031-1/+1
* Remove typoBella Woo2021-05-261-1/+0
* 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-031-4/+4
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-1221-21/+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
| |/
* | Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-1021-57/+53
|/
* typo in log message for client_credentialsBohdan2020-01-131-1/+1
* typo in log message for client_credentialsBohdan2020-01-131-1/+1
* Make grants public attributes of pre_configured server class (#613)Ivan Anishchuk2019-10-221-42/+42
* Merge branch 'master' into doc-improvementJonathan Huot2019-08-3029-111/+38
|\
| * The future is nowHugo2019-08-1529-58/+0
| * Drop support for legacy Python 2.7Hugo2019-08-153-18/+4
| * Upgrade Python syntax with pyupgradeHugo2019-08-1512-21/+21
| * Drop support for legacy Python 2.7Hugo2019-08-154-16/+15
* | Extended the requirements of the authenticate_client method documentation.Zsolt Balint2019-08-101-0/+11
|/
* Merge branch 'master' into oidc-userinfoJonathan Huot2019-07-046-7/+55
|\
| * Merge branch 'master' into 672-fix-null-expires-inJonathan Huot2019-07-041-0/+1
| |\
| | * Fix BackendApplicationClient.prepare_request_bodyqporest2019-07-021-0/+1
| * | Merge branch 'master' into 672-fix-null-expires-inOmer Katz2019-06-298-8/+58
| |\ \ | | |/
| | * Check for authorization response errorsMark Gregson2019-06-061-3/+6
| | * Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...Abhishek Patel2019-05-144-2/+28
| | * Ban all query parameters on Intropspection, Token and Revocation endpopointAbhishek Patel2019-05-141-8/+4
| | * Add tests + create a global variable for blacklisted query parametersAbhishek Patel2019-05-141-7/+9
| | * Add validation check for presence of forbidden query parameters in OAuth2 Tok...Abhishek Patel2019-05-144-1/+18
| * | Handle null value in expires_in field in JSON handlerJosh Holmer2019-04-301-1/+4
* | | Removed duplicated code for oauth2.BaseEndpointJonathan Huot2019-05-131-48/+2
| |/ |/|
* | Merge branch 'master' into 670-pkce-requestinfoJonathan Huot2019-05-072-2/+5
|\ \
| * \ Merge branch 'master' into patch-1Jonathan Huot2019-05-071-0/+3
| |\ \
| | * \ Merge branch 'master' into oidc-hashesJonathan Huot2019-04-234-35/+35
| | |\ \ | | | |/
| | * | Add technicals fields of `id_token` in oauthlib OIDC supportJonathan Huot2019-02-281-0/+3
| | * | Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-281-182/+0
| * | | 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
|/ /
* | fix include_client_id argumentArjan Keeman2019-04-014-35/+35
* | Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-281-182/+0
|/
* Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-7/+1
* Add clarity to the deprecation warningJonathan Huot2019-02-211-2/+2
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-206-15/+21
* pep8 and docsDuane King2019-01-241-13/+22