summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test to verify bytes error in python 3Chris LaRose2014-09-201-0/+15
* Added support for custom headers in encode methodvanzi2014-04-241-0/+9
* Added test cases for the changeJinyong Lee2014-03-141-2/+66
* Try to fix failing test in 3.2José Padilla2014-02-081-1/+1
* Fix tests for 2.6 supportJosé Padilla2014-02-081-58/+122
* add tests for load() and verify_signature()wil paredes2014-02-071-1/+74
* Update tests for optional CryptoJosé Padilla2014-01-181-21/+57
* Merge pull request #20 from mandus/masterJeff Lindsay2014-01-133-0/+56
|\
| * 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-111-0/+28
* | Announce Python 3 supportPatryk Zawadzki2013-11-071-0/+0
* | Basic Python 3 compatibilityPatryk Zawadzki2013-11-061-22/+49
|/
* Add a check in jwt.encode for data type. Raise an error if it's not a mapping...FELD Boris2013-06-131-0/+8
* Add an option to skip expiration verification.FELD Boris2013-06-121-0/+6
* Cast expiration claim field to int if a datetime is passed. Check expiration ...FELD Boris2013-06-101-5/+22
* Add support for expiration date verification in jwt.decode. Exp must be an in...FELD Boris2013-06-071-1/+21
* Fix tests and type error problemsFELD Boris2013-06-061-18/+20
* Add decode segment errorsAndy Zhang2013-05-151-0/+30
* auto cast to str on decodeJeff Lindsay2012-10-281-0/+8
* add unit testJustin Karneges2011-12-121-2/+7
* support for unicode keysJeff Lindsay2011-04-051-0/+6
* Fixed improper signature calculation. Was using hexdigest representation of H...Jeff Lindsay2011-03-211-1/+1
* initial commitJeff Lindsay2011-02-241-0/+48