summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-1/+0
* The future is nowHugo2019-08-151-2/+0
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-201-1/+2
* Merge branch 'master' into dry-up-codeOmer Katz2018-12-171-0/+1
|\
| * Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-121-2/+1
| * Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-041-0/+2
* | Extract default grant headers to helper method.Omer Katz2018-12-171-5/+1
|/
* cleanup on docs fixesjonathan vanasco2018-09-111-1/+1
* redid the docstring fixesjonathan vanasco2018-09-101-0/+8
* Rtd docs fix (#515)Jonathan Huot2018-02-281-5/+5
* Sorted imports.Omer Katz2017-09-171-2/+2
* Refactor custom validators registrationBrendan McCollam2016-12-221-2/+2
* Move custom validator registration onto GrantTypeBaseBrendan McCollam2016-12-221-12/+6
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-291-1/+1
* Remove some comments related to new code for OIDC feature.Joel Stevenson2016-04-261-4/+2
* Move save token to grant type and allow token modification.Ib Lundgren2016-04-141-0/+11
* #340 - provide default values for some params in common.RequestKyle2015-05-091-1/+1
* Remove redundant "state=request.state" parametersRodney Richardson2014-10-071-2/+1
* Add docstring for ResourceOwnerPasswordCredentialsGrant __init__David Muller2014-09-291-0/+4
* create/don't create refresh_token based on self.refresh_tokenDavid Muller2014-09-291-1/+1
* Add refresh_token keyword argDavid Muller2014-09-291-1/+2
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-7/+9
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+4
* Remove password print from debug logs. Fix #256.Ib Lundgren2014-07-071-2/+1
* Fix all application/json mimetypes.Hsiaoming Yang2013-10-121-1/+1
* ask validator if client has to be authenticatedMassimiliano Pippi2013-09-171-14/+8
* #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-011-2/+2
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+192