summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixed example usageSam Wing2015-10-261-1/+1
|
* Updated README with a link to docs and removed old docs contentadd-docsMark Adams2015-10-231-342/+7
|
* Merge pull request #166 from mark-adams/opts-for-requiring-claimsMark Adams2015-06-221-12/+40
|\ | | | | Added new options for requiring exp, iat, and nbf claims.
| * Added and improved some documentation for claim verification optionsMark Adams2015-06-221-12/+40
| |
* | fix small typo in READMEKelvin Tay2015-06-071-1/+1
|/
* Use travis svg badgeJosé Padilla2015-05-301-1/+1
|
* Add Appveyor badgeJosé Padilla2015-05-301-0/+3
|
* Update README.mdJosé Padilla2015-05-261-1/+1
|
* Update README.mdJosé Padilla2015-04-281-3/+2
|
* Update README.mdJosé Padilla2015-04-261-1/+1
|
* Converted some of the README lines from the last PR to use docstring-like ↵Mark Adams2015-04-181-20/+20
| | | | conventions
* README: Add example outputs as commentsTobias Bieniek2015-04-161-7/+14
|
* Fix #138 by adding documentation concerning the iat claim to the README.Mark Adams2015-04-131-0/+16
|
* Updated README and CHANGELOGMark Adams2015-04-101-1/+4
|
* move README note and add highlightingMichael Davis2015-04-081-4/+4
|
* update README with note about overriding defaultsMichael Davis2015-04-081-0/+4
|
* Update README with options informationMichael Davis2015-04-071-0/+24
|
* Fixed some warnings in algorithms.py related to the relocation of some ↵Mark Adams2015-03-181-1/+1
| | | | cryptography primitives
* Update README.mdJosé Padilla2015-03-181-5/+1
|
* Add note about PyCrypto and ecdsaJosé Padilla2015-03-181-1/+3
|
* Added the ability to specify both a global alg whitelist for a PyJWT object ↵Mark Adams2015-03-171-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 Adams2015-03-151-6/+12
|
* Resolved #93 by adding a section the README detailing how to extract public ↵Mark Adams2015-03-151-0/+16
| | | | / private keys from an x509 certificate.
* Moved tests higher in the READMEMark Adams2015-03-151-8/+7
|
* Updated README.md to address concerns in #81Mark Adams2015-01-251-3/+8
|
* Updated documentation to match the latest version of the JWT specification ↵Mark Adams2015-01-251-17/+37
| | | | (draft 32)
* Add Coveralls badgeJosé Padilla2015-01-201-4/+7
|
* Updates after ownership transferJosé Padilla2015-01-181-3/+14
|
* Fix typo in READMEWouter Bolsterlee2015-01-061-1/+1
|
* Mention InvalidIssuerError and InvalidAudienceError in READMEWouter Bolsterlee2015-01-061-0/+6
|
* Rename exceptions that don't have Error in their nameWouter Bolsterlee2015-01-061-2/+2
| | | | | ...but keep the old names around as deprecated aliases for backward compatibility.
* Rename InvalidToken exception to InvalidTokenErrorWouter Bolsterlee2015-01-061-2/+2
| | | | ...as discussed in #60.
* Update README: mention the InvalidToken exceptionWouter Bolsterlee2015-01-061-0/+10
|
* Fix typo in READMEWouter Bolsterlee2015-01-061-1/+1
|
* Mention timedelta as leeway in the READMEWouter Bolsterlee2015-01-051-0/+7
|
* Added some missing ensure_bytes in a couple of the tests.Mark Adams2014-12-181-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 claimsJosé Padilla2014-10-221-1/+47
|
* Merge pull request #40 from sullivanmatt/masterJosé Padilla2014-10-211-3/+19
|\ | | | | Support for Elliptic Curve signatures (ES256 / ES384 / ES512)
| * Merging in from latest master; resolving merge conflictsMatthew Sullivan2014-10-161-39/+62
| |\
| * | Some README clarifications.Matthew Sullivan2014-09-201-2/+4
| | |
| * | Update README with ECDSA-relevant changes.Matthew Sullivan2014-09-201-2/+14
| | |
* | | Update README.mdPieter Ennes2014-10-211-0/+1
| | |
* | | Update README.mdPieter Ennes2014-10-211-0/+3
| | | | | | | | | | | | Add `nbf` claim mention.
* | | README: fix import and reference of datetime functionsGerman Larrain2014-10-201-2/+2
| |/ |/|
* | Update README.mdJosé Padilla2014-10-161-38/+59
|/
* Added support for custom headers in encode methodvanzi2014-04-241-0/+4
|
* readme reformatting and editswil paredes2014-02-091-16/+35
|
* Add Travis badge to README.md0.1.9José Padilla2014-02-081-2/+2
|
* Update README to reflect optional CryptoJosé Padilla2014-01-181-2/+5
|
* Added usage information in README, and added a few simple tests for the RSA ↵Åsmund Ødegård2013-10-111-0/+7
| | | | signature methods