summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/pre_configured.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-5/+4
* Make grants public attributes of pre_configured server class (#613)Ivan Anishchuk2019-10-221-42/+42
* The future is nowHugo2019-08-151-2/+0
* OpenID Connect split (#525)Wiliam Souza2018-06-051-32/+11
* Merge branch 'master' into oauth2-introspectPieter Ennes2018-05-261-2/+5
|\
| * Openid connect jwt (#488)Wiliam Souza2018-01-301-2/+5
* | Added default supported_token_types for MobileJonathan Huot2017-12-191-1/+2
* | Added initial introspect supportJonathan Huot2017-12-181-10/+17
|/
* OpenID connect improvements (#484)Wiliam Souza2017-10-011-8/+15
* Sorted imports.Omer Katz2017-09-171-10/+6
* Add two error codes from RFC 6750.Pieter Ennes2017-04-021-1/+1
* Move the claims handling into OpenIDConnectBase._inflate_claims() and a new A...Joel Stevenson2016-08-181-1/+4
* Handle multi-valued response_types as specified in http://openid.net/specs/oa...Joel Stevenson2016-04-251-0/+12
* More wiring to get OpenID Connect code fully integrated.Joel Stevenson2016-04-191-0/+3
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-46/+55
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* Changes per PR commentsjturmel2014-03-291-10/+21
* API Docs for token_expires_in. Fix #211.Ib Lundgren2013-09-191-3/+51
* Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-171-5/+18
* Add token_generator param to pre-configured Server. #192.Ib Lundgren2013-07-091-2/+2
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+128