summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* The future is nowHugo2019-08-151-2/+0
|
* Drop support for legacy Python 2.7Hugo2019-08-151-9/+2
|
* Drop support for legacy Python 2.7Hugo2019-08-151-6/+6
|
* Sorted imports.Omer Katz2017-09-171-2/+4
|
* Add the broken scope to the ValueError exception for easier debugging, add ↵Joseph Tate2015-04-201-1/+1
| | | | test for failure case.
* Allow tuples for list_to_scope and scope_to_list in addition to sets and ↵Joseph Tate2015-04-201-6/+2
| | | | lists. Treat sets the same as lists/tuples instead of recursing, add tests for sets.
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵Joseph Tate2015-04-141-1/+1
| | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto
* 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
| | | | | | Docstrings are considered as such by python only if they are the first statement in the file/block. Even if they are preceded by a `from __future__` import they are interpreted as just a string.
* Support for scopes being arbitrary objectsAnders Steinlein2014-03-271-3/+5
| | | | | | Improves list_to_scope() and scope_to_list() to deal with objects, by calling str()/unicode() on elements in the lists instead of assuming they are string/unicode objects.
* 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