| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed example usage | Sam Wing | 2015-10-26 | 1 | -1/+1 |
| | | |||||
| * | Updated README with a link to docs and removed old docs contentadd-docs | Mark Adams | 2015-10-23 | 1 | -342/+7 |
| | | |||||
| * | Merge pull request #166 from mark-adams/opts-for-requiring-claims | Mark Adams | 2015-06-22 | 1 | -12/+40 |
| |\ | | | | | Added new options for requiring exp, iat, and nbf claims. | ||||
| | * | Added and improved some documentation for claim verification options | Mark Adams | 2015-06-22 | 1 | -12/+40 |
| | | | |||||
| * | | fix small typo in README | Kelvin Tay | 2015-06-07 | 1 | -1/+1 |
| |/ | |||||
| * | Use travis svg badge | José Padilla | 2015-05-30 | 1 | -1/+1 |
| | | |||||
| * | Add Appveyor badge | José Padilla | 2015-05-30 | 1 | -0/+3 |
| | | |||||
| * | Update README.md | José Padilla | 2015-05-26 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | José Padilla | 2015-04-28 | 1 | -3/+2 |
| | | |||||
| * | Update README.md | José Padilla | 2015-04-26 | 1 | -1/+1 |
| | | |||||
| * | Converted some of the README lines from the last PR to use docstring-like ↵ | Mark Adams | 2015-04-18 | 1 | -20/+20 |
| | | | | | conventions | ||||
| * | README: Add example outputs as comments | Tobias Bieniek | 2015-04-16 | 1 | -7/+14 |
| | | |||||
| * | Fix #138 by adding documentation concerning the iat claim to the README. | Mark Adams | 2015-04-13 | 1 | -0/+16 |
| | | |||||
| * | Updated README and CHANGELOG | Mark Adams | 2015-04-10 | 1 | -1/+4 |
| | | |||||
| * | move README note and add highlighting | Michael Davis | 2015-04-08 | 1 | -4/+4 |
| | | |||||
| * | update README with note about overriding defaults | Michael Davis | 2015-04-08 | 1 | -0/+4 |
| | | |||||
| * | Update README with options information | Michael Davis | 2015-04-07 | 1 | -0/+24 |
| | | |||||
| * | Fixed some warnings in algorithms.py related to the relocation of some ↵ | Mark Adams | 2015-03-18 | 1 | -1/+1 |
| | | | | | cryptography primitives | ||||
| * | Update README.md | José Padilla | 2015-03-18 | 1 | -5/+1 |
| | | |||||
| * | Add note about PyCrypto and ecdsa | José Padilla | 2015-03-18 | 1 | -1/+3 |
| | | |||||
| * | Added the ability to specify both a global alg whitelist for a PyJWT object ↵ | Mark Adams | 2015-03-17 | 1 | -5/+21 |
| | | | | | and a whitelist for calls to decode. (Fixes #107) | ||||
| * | Added some line breaks to keep README.md text lines nice and short. | Mark Adams | 2015-03-15 | 1 | -6/+12 |
| | | |||||
| * | Resolved #93 by adding a section the README detailing how to extract public ↵ | Mark Adams | 2015-03-15 | 1 | -0/+16 |
| | | | | | / private keys from an x509 certificate. | ||||
| * | Moved tests higher in the README | Mark Adams | 2015-03-15 | 1 | -8/+7 |
| | | |||||
| * | Updated README.md to address concerns in #81 | Mark Adams | 2015-01-25 | 1 | -3/+8 |
| | | |||||
| * | Updated documentation to match the latest version of the JWT specification ↵ | Mark Adams | 2015-01-25 | 1 | -17/+37 |
| | | | | | (draft 32) | ||||
| * | Add Coveralls badge | José Padilla | 2015-01-20 | 1 | -4/+7 |
| | | |||||
| * | Updates after ownership transfer | José Padilla | 2015-01-18 | 1 | -3/+14 |
| | | |||||
| * | Fix typo in README | Wouter Bolsterlee | 2015-01-06 | 1 | -1/+1 |
| | | |||||
| * | Mention InvalidIssuerError and InvalidAudienceError in README | Wouter Bolsterlee | 2015-01-06 | 1 | -0/+6 |
| | | |||||
| * | Rename exceptions that don't have Error in their name | Wouter Bolsterlee | 2015-01-06 | 1 | -2/+2 |
| | | | | | | ...but keep the old names around as deprecated aliases for backward compatibility. | ||||
| * | Rename InvalidToken exception to InvalidTokenError | Wouter Bolsterlee | 2015-01-06 | 1 | -2/+2 |
| | | | | | ...as discussed in #60. | ||||
| * | Update README: mention the InvalidToken exception | Wouter Bolsterlee | 2015-01-06 | 1 | -0/+10 |
| | | |||||
| * | Fix typo in README | Wouter Bolsterlee | 2015-01-06 | 1 | -1/+1 |
| | | |||||
| * | Mention timedelta as leeway in the README | Wouter Bolsterlee | 2015-01-05 | 1 | -0/+7 |
| | | |||||
| * | Added some missing ensure_bytes in a couple of the tests. | Mark Adams | 2014-12-18 | 1 | -12/+5 |
| | | | | | | Consolidated testing variables for has_rsa and has_ecdsa into has_crypto. Updated README and dependencies in tox.ini | ||||
| * | Implement Audience and Issuer claims | José Padilla | 2014-10-22 | 1 | -1/+47 |
| | | |||||
| * | Merge pull request #40 from sullivanmatt/master | José Padilla | 2014-10-21 | 1 | -3/+19 |
| |\ | | | | | Support for Elliptic Curve signatures (ES256 / ES384 / ES512) | ||||
| | * | Merging in from latest master; resolving merge conflicts | Matthew Sullivan | 2014-10-16 | 1 | -39/+62 |
| | |\ | |||||
| | * | | Some README clarifications. | Matthew Sullivan | 2014-09-20 | 1 | -2/+4 |
| | | | | |||||
| | * | | Update README with ECDSA-relevant changes. | Matthew Sullivan | 2014-09-20 | 1 | -2/+14 |
| | | | | |||||
| * | | | Update README.md | Pieter Ennes | 2014-10-21 | 1 | -0/+1 |
| | | | | |||||
| * | | | Update README.md | Pieter Ennes | 2014-10-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | Add `nbf` claim mention. | ||||
| * | | | README: fix import and reference of datetime functions | German Larrain | 2014-10-20 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | Update README.md | José Padilla | 2014-10-16 | 1 | -38/+59 |
| |/ | |||||
| * | Added support for custom headers in encode method | vanzi | 2014-04-24 | 1 | -0/+4 |
| | | |||||
| * | readme reformatting and edits | wil paredes | 2014-02-09 | 1 | -16/+35 |
| | | |||||
| * | Add Travis badge to README.md0.1.9 | José Padilla | 2014-02-08 | 1 | -2/+2 |
| | | |||||
| * | Update README to reflect optional Crypto | José Padilla | 2014-01-18 | 1 | -2/+5 |
| | | |||||
| * | Added usage information in README, and added a few simple tests for the RSA ↵ | Åsmund Ødegård | 2013-10-11 | 1 | -0/+7 |
| | | | | | signature methods | ||||
