summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* moving to simple makefile for releaseJeff Lindsay2012-10-282-8/+9
* Merge pull request #2 from luciferous/masterJeff Lindsay2012-10-281-1/+3
|\
| * Stop padding inputs already divisible by 4Neuman Vong2011-04-271-1/+3
* | Merge pull request #6 from jkarneges/masterJeff Lindsay2011-12-122-6/+13
|\ \
| * | add unit testJustin Karneges2011-12-121-2/+7
| * | if key is not unicode then leave it aloneJustin Karneges2011-12-111-4/+6
|/ /
* | Merge branch 'master' of github.com:progrium/pyjwtJeff Lindsay2011-08-081-1/+1
|\ \
| * | Edited setup.py via GitHubJeff Lindsay2011-07-251-1/+1
| |/
* | adding a license fileJeff Lindsay2011-08-081-0/+7
|/
* minor fixesJeff Lindsay2011-04-051-5/+5
* including a command line tool for encoding/decoding jwtJeff Lindsay2011-04-053-1/+113
* 0.1.3 releaseJeff Lindsay2011-04-051-1/+1
* support for unicode keysJeff Lindsay2011-04-052-2/+10
* created a fabfile for automating the releaseJeff Lindsay2011-03-211-0/+8
* Fixed improper signature calculation. Was using hexdigest representation of H...Jeff Lindsay2011-03-213-5/+5
* adding manifest to include readme in source distroJeff Lindsay2011-03-061-0/+1
* making the readme more compatible with pypi formattingJeff Lindsay2011-02-242-7/+15
* initial commitJeff Lindsay2011-02-245-0/+178