summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports.Omer Katz2017-09-171-2/+4
* Add the broken scope to the ValueError exception for easier debugging, add te...Joseph Tate2015-04-201-1/+1
* Allow tuples for list_to_scope and scope_to_list in addition to sets and list...Joseph Tate2015-04-201-6/+2
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-1/+1
* Strip whitespace off of scope string.Pieter Ennes2015-03-051-1/+1
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-231-0/+4
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-1/+2
* Use OAUTHLIB_INSECURE_TRANSPORTDevin Sevilla2014-05-151-1/+1
* Use a more specific env variable for insecure transportsDevin Sevilla2014-05-091-1/+1
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Support for scopes being arbitrary objectsAnders Steinlein2014-03-271-3/+5
* move uri.lower() to is_secure_transportHsiaoming Yang2013-05-311-1/+1
* use is_secure_transport to check uriHsiaoming Yang2013-05-311-0/+8
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-301-0/+82