index
:
delta/python-packages/pyjwt.git
190-remove-iat-verification
2.0-develop
a1
add-docs
add-jwk-for-hmac-rsa
add-python-35
api
bionic
bring-verify_expiration-back
bump-version
changelog
cleanup-action
cleanup-pr305
deprecations
dx-tweaks
ecdsa-bkwards-compat
fix-298
fix-351
fix-cli-script
fix-ec-ssh-pub-key
fix-flake8
fix-from-jwk
fix-key-errors
fix-mypy
fix-type-error-on-bytes-key
fix-vuln
fix_alg_vuln_on_verify
followup-523
improve-usage
madams/cleanup-test-skips
madams/test
madams/test2
master
new-release
pre-commit-ci-update-config
prep-release
py36
pytest-version-bump
remove-cli
revert-657-remove-arbitrary-kwargs
string-tokens
travis-windows
update-changelog
v2-jwks
version-2.0.0
version-2.0.1
github.com: progrium/pyjwt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert readthedocs link for their .org -> .io migration for hosted projects
Adam Chainz
2016-09-29
1
-1
/
+1
*
Add readthedocs link in README.md
Landon
2016-09-14
1
-0
/
+5
*
Fixed example usage
Sam Wing
2015-10-26
1
-1
/
+1
*
Updated README with a link to docs and removed old docs content
add-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 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 con...
Mark Adams
2015-04-18
1
-20
/
+20
*
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 crypto...
Mark Adams
2015-03-18
1
-1
/
+1
*
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 a...
Mark Adams
2015-03-17
1
-5
/
+21
*
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
*
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 (d...
Mark Adams
2015-01-25
1
-17
/
+37
*
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
*
Rename InvalidToken exception to InvalidTokenError
Wouter Bolsterlee
2015-01-06
1
-2
/
+2
*
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
*
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
|
\
|
*
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
*
|
|
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.md
0.1.9
José Padilla
2014-02-08
1
-2
/
+2
[next]