summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Travis badge to README.md0.1.9José Padilla2014-02-081-2/+2
* Try to fix failing test in 3.2José Padilla2014-02-081-1/+1
* Drop support for Python 2.5José Padilla2014-02-081-1/+0
* Bump up version for releaseJosé Padilla2014-02-081-1/+1
* Add .travis.yml to run tests with toxJosé Padilla2014-02-081-0/+11
* Add tox configuration fileJosé Padilla2014-02-081-0/+6
* Fix tests for 2.6 supportJosé Padilla2014-02-081-58/+122
* Merge pull request #25 from dystedium/split_decodeJosé Padilla2014-02-083-23/+110
|\
| * add tests for load() and verify_signature()wil paredes2014-02-071-1/+74
| * refactor decode(), fix setup.py for automated sdist buildswil paredes2014-02-072-22/+36
|/
* Merge pull request #23 from jpadilla/patch-1Jeff Lindsay2014-01-183-38/+86
|\
| * Update README to reflect optional CryptoJosé Padilla2014-01-181-2/+5
| * Update tests for optional CryptoJosé Padilla2014-01-181-21/+57
| * Make Crypto signing and verifying methods optionalJosé Padilla2014-01-181-15/+24
|/
* version bump, email updateJeff Lindsay2014-01-171-2/+2
* release with py3Jeff Lindsay2014-01-171-0/+1
* Merge pull request #20 from mandus/masterJeff Lindsay2014-01-136-4/+91
|\
| * Added rsa keys for testingÅsmund Ødegård2013-10-132-0/+28
| * Added usage information in README, and added a few simple tests for the RSA s...Åsmund Ødegård2013-10-112-0/+35
| * master: Added support for more RSA-SHA options.Åsmund Ødegård2013-10-111-0/+6
| * master Adding argument for RS256, and splitting handling of HS and RS in veri...Åsmund Ødegård2013-10-112-4/+11
| * Merge pull request #1 from mandus/rsaÅsmund Ødegård2013-10-101-2/+13
| |\
| | * First attempt on adding rsa supportÅsmund Ødegård2013-10-101-2/+13
| |/
* | Merge pull request #22 from patrys/python-3Jeff Lindsay2013-11-172-11/+16
|\ \
| * | Announce Python 3 supportPatryk Zawadzki2013-11-072-11/+16
* | | Merge pull request #21 from patrys/python-3Jeff Lindsay2013-11-063-39/+88
|\ \ \ | |/ / | | / | |/ |/|
| * Basic Python 3 compatibilityPatryk Zawadzki2013-11-063-39/+88
|/
* Bump version0.1.6Boris Feld2013-07-261-1/+1
* Merge pull request #18 from bavetta/masterJeff Lindsay2013-07-221-1/+0
|\
| * Update __init__.pyRyan Bavetta2013-07-221-1/+0
|/
* Merge pull request #16 from Lothiraldan/masterJeff Lindsay2013-06-201-3/+45
|\
| * Update README to descript support of expiration dateFELD Boris2013-06-201-3/+45
* | Merge pull request #14 from Lothiraldan/masterJeff Lindsay2013-06-171-0/+9
|\ \ | |/
| * Add an authors file. Add self to AUTHORSFELD Boris2013-06-171-0/+9
|/
* Merge pull request #12 from Lothiraldan/masterJeff Lindsay2013-06-152-0/+14
|\
| * Add a check in jwt.encode for data type. Raise an error if it's not a mapping...FELD Boris2013-06-132-0/+14
* | Merge pull request #13 from Lothiraldan/constant_time_compareJeff Lindsay2013-06-151-1/+16
|\ \ | |/ |/|
| * Use a constant time compare for comparing signatures. Fix #7FELD Boris2013-06-141-1/+16
|/
* Merge pull request #11 from Lothiraldan/masterJeff Lindsay2013-06-122-3/+75
|\
| * Add an option to skip expiration verification.FELD Boris2013-06-122-2/+8
| * Cast expiration claim field to int if a datetime is passed. Check expiration ...FELD Boris2013-06-102-6/+34
| * Add support for expiration date verification in jwt.decode. Exp must be an in...FELD Boris2013-06-072-3/+41
|/
* Merge pull request #10 from Lothiraldan/fix_testsJeff Lindsay2013-06-062-21/+23
|\
| * Fix tests and type error problemsFELD Boris2013-06-062-21/+23
|/
* Merge pull request #9 from ZhangBanger/masterJeff Lindsay2013-05-151-1/+1
|\
| * Fix minor typo in setup.py descriptionAndy Zhang2013-05-151-1/+1
|/
* Merge pull request #8 from ZhangBanger/decode_error_handlingJeff Lindsay2013-05-152-2/+46
|\
| * Add decode segment errorsAndy Zhang2013-05-152-2/+46
|/
* bumping patch versionJeff Lindsay2012-10-281-2/+2
* auto cast to str on decodeJeff Lindsay2012-10-282-1/+9