summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-131-6/+23
|\
| * Add double-quotes to the key/values in WWW-Authenticate264-status401Jonathan Huot2018-12-121-3/+3
| * Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-121-0/+21
| * Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-041-6/+2
* | Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-111-1/+3
|\ \ | |/
| * `invalid_scope` status code should be 400Benjamin Pereto2018-12-031-1/+3
* | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+32
|/
* Wrong Client is also a FatalClientError (#608)Jonathan Huot2018-11-011-1/+1
* fixup! `invalid_grant` status code should be 400Free Duerinckx2018-09-201-0/+2
* Merge branch 'master' into invalid-grant-should-respond-with-400Omer Katz2018-09-201-17/+32
|\
| * Merge branch 'master' into 431-customexceptionJonathan Huot2018-09-151-17/+20
| |\
| | * cleanup on docs fixesjonathan vanasco2018-09-111-17/+20
| * | Fixed py27/pypy supportJonathan Huot2018-09-101-1/+1
| * | Add support of custom errors coming from providersJonathan Huot2018-09-101-0/+12
| |/
* | `invalid_grant` status code should be 400Free Duerinckx2018-07-041-1/+1
|/
* OpenID Connect split (#525)Wiliam Souza2018-06-051-100/+23
* Added initial introspect supportJonathan Huot2017-12-181-1/+1
* Refactor OAuth2ErrorHsiaoming Yang2017-10-181-6/+14
* if `in_uri` is called and `response_mode` is not initialized an exception is ...Mathias Mitterdorfer2017-09-221-0/+1
* Sorted imports.Omer Katz2017-09-171-1/+3
* Add two error codes from RFC 6750.Pieter Ennes2017-04-021-30/+65
* Merge pull request #463 from skion/fragment-errorsOmer Katz2017-03-311-1/+3
|\
| * Redirect errors according to response_mode.Pieter Ennes2017-02-211-1/+3
* | Fix typo in account_selection_required exception name.Pieter Ennes2017-02-141-1/+1
* | Add missing OpenID Connect error codes.Pieter Ennes2017-02-141-0/+42
|/
* Add the first few OpenID connect error classes.Ib Lundgren2016-04-141-0/+54
* Fix management of rfc6749 errorsfabio2015-07-061-10/+22
* Typo fixMatt Bachmann2015-05-051-1/+1
* Pick up state from request, if not specified.Rodney Richardson2014-10-071-0/+2
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-1/+13
* Fix error message init and add request details.Ib Lundgren2014-09-241-1/+7
* Use 401 status code for some OAuth 2 errorsAnders Steinlein2014-04-301-2/+10
* Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-171-0/+8
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-301-0/+223