summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/tokens.py
Commit message (Expand)AuthorAgeFilesLines
* add missing slots to TokenBaseArie Bovenberg2022-02-131-0/+1
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-3/+2
* The future is nowHugo2019-08-151-2/+0
* Drop support for legacy Python 2.7Hugo2019-08-151-4/+1
* Upgrade Python syntax with pyupgradeHugo2019-08-151-3/+3
* Drop support for legacy Python 2.7Hugo2019-08-151-2/+2
* token_type should be case insensitiveume2019-05-011-2/+2
* Add clarity to the deprecation warningJonathan Huot2019-02-211-2/+2
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-201-10/+8
* cleanup on docs fixesjonathan vanasco2018-09-111-0/+1
* redid the docstring fixesjonathan vanasco2018-09-101-4/+49
* OpenID Connect split (#525)Wiliam Souza2018-06-051-40/+0
* Check that the Bearer header is properly formatted (#491)Mattia Procopio2018-05-261-15/+25
* Rtd docs fix (#515)Jonathan Huot2018-02-281-7/+7
* Openid connect jwt (#488)Wiliam Souza2018-01-301-2/+44
* Sorted imports.Omer Katz2017-09-171-4/+7
* Normalize handling of request.scopes listJoel Stevenson2016-11-211-0/+3
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-291-2/+3
* Use slots for token bearer.Omer Katz2016-04-101-0/+4
* Fixed OAuth2Token() breaking when scope is passed in params but has value None.Niels2015-11-031-1/+1
* Fix handling of optional scope params in response when the scope doesn't chan...Joseph Tate2015-04-131-1/+7
* Return OAuth2Tokens instead of dicts in endpoints.Ib Lundgren2014-10-241-1/+1
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-231-8/+16
* Wrap OAuth2 tokens in a OAuth2Token class.Ib Lundgren2014-10-231-1/+32
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-1/+2
* Changes per PR commentsjturmel2014-03-291-13/+10
* Change how arbitrary claims are set on crypto tokenjturmel2014-03-181-1/+6
* Add crypto token capabilityjturmel2014-03-171-0/+10
* Use validator.rotate_refresh_token to decide whether to replace or re-use. Fi...Ib Lundgren2013-09-191-11/+23
* The ability to vary expires_in per request.Hsiaoming Yang2013-09-161-1/+8
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-301-0/+217