summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/grant_types/implicit.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* The future is nowHugo2019-08-151-2/+0
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-201-1/+4
* Extract redirect handling to a common method.Omer Katz2018-12-171-24/+1
* cleanup on docs fixesjonathan vanasco2018-09-111-2/+2
* redid the docstring fixesjonathan vanasco2018-09-101-0/+18
* Merge branch 'master' into masterJonathan Huot2018-03-291-33/+37
|\
| * Rtd docs fix (#515)Jonathan Huot2018-02-281-17/+17
| * OpenID connect improvements (#484)Wiliam Souza2017-10-011-14/+18
| * Sorted imports.Omer Katz2017-09-171-2/+2
* | remove check on empty scopesPierre CHAISY2017-04-261-5/+0
|/
* Refactor custom validators registrationBrendan McCollam2016-12-221-8/+4
* Per code review, _run_custom_validators() doesn't mutate request_infoBrendan McCollam2016-12-221-7/+8
* Helper for implicit grant custom validatorsBrendan McCollam2016-12-221-12/+19
* Move custom validator registration onto GrantTypeBaseBrendan McCollam2016-12-221-19/+24
* Test for membership should be "not in".Joel Stevenson2016-08-251-1/+1
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-291-1/+1
* Handle multi-valued response_types as specified in http://openid.net/specs/oa...Joel Stevenson2016-04-251-4/+11
* First pass attempt at updating openid_connect branchJoel Stevenson2016-04-151-1/+1
* Response mode support.Ib Lundgren2016-04-141-10/+26
* Move save token to grant type and allow token modification.Ib Lundgren2016-04-141-0/+5
* Fix management of rfc6749 errorsfabio2015-07-061-15/+18
* Handle empty/non-parsable query stringsDan Berglund2015-06-261-1/+5
* Remove redundant "state=request.state" parametersRodney Richardson2014-10-071-18/+9
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-19/+27
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+5
* Include the request object in the returned dict, it can be used to cache info...Andre Cruz2013-10-281-0/+1
* #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-011-4/+4
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+334