summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 431-customerrors431-customerrorsJonathan Huot2018-08-021-101/+25
|\
| * 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
* | Fixed py27/pypy supportJonathan Huot2018-08-021-1/+1
* | Add support of custom errors coming from providersJonathan Huot2018-08-021-0/+11
* | Refactor OAuth2ErrorHsiaoming Yang2017-10-201-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