summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterupdates README changelog for v5.0.0 (#166)Brent Shaffer8 years
origin/HEADupdates README changelog for v5.0.0 (#166)Brent Shaffer8 years
origin/masterupdates README changelog for v5.0.0 (#166)Brent Shaffer8 years
 
TagDownloadAuthorAge
v5.0.0php-jwt-5.0.0.zip  php-jwt-5.0.0.tar.gz  php-jwt-5.0.0.tar.bz2  Brent Shaffer8 years
v4.0.0php-jwt-4.0.0.zip  php-jwt-4.0.0.tar.gz  php-jwt-4.0.0.tar.bz2  Rob DiMarco9 years
v3.0.0php-jwt-3.0.0.zip  php-jwt-3.0.0.tar.gz  php-jwt-3.0.0.tar.bz2  Rob DiMarco10 years
v2.2.0php-jwt-2.2.0.zip  php-jwt-2.2.0.tar.gz  php-jwt-2.2.0.tar.bz2  Rob DiMarco10 years
v2.1.0php-jwt-2.1.0.zip  php-jwt-2.1.0.tar.gz  php-jwt-2.1.0.tar.bz2  Rob DiMarco10 years
v2.0.0php-jwt-2.0.0.zip  php-jwt-2.0.0.tar.gz  php-jwt-2.0.0.tar.bz2  Rob DiMarco10 years
v1.0.0php-jwt-1.0.0.zip  php-jwt-1.0.0.tar.gz  php-jwt-1.0.0.tar.bz2  Chris Raynor11 years
v0.0.0php-jwt-0.0.0.zip  php-jwt-0.0.0.tar.gz  php-jwt-0.0.0.tar.bz2  Neuman Vong14 years
 
AgeCommit messageAuthorFilesLines
2017-06-27updates README changelog for v5.0.0 (#166)HEADv5.0.0origin/masterorigin/HEADmasterBrent Shaffer1-0/+21
2017-06-26Remove outdated package.xml (#165)Brent Shaffer1-77/+0
2017-06-26added `array` type hinting to `decode` method (#101)MichaƂ1-4/+1
2017-06-21Add new line warning to README (#115)Chinedu Francis Nwafili1-0/+6
2017-06-21Detect invalid Base64 encoding in signature (#162)Brent Shaffer2-2/+10
2017-06-21Add the proper Exception message for all JSON error types by PHP (#110)Giorgio Balduzzi1-1/+3
2017-06-21removes minimum-stabity from composer.json (#161)Brent Shaffer1-1/+0
2017-06-21Updates JWT::verify to handle openssl errors (#159)Brent Shaffer2-7/+36
2017-06-21Fixes travis, adds PHP 7.1, and removes HHVM (#160)Brent Shaffer4-26/+8
2017-06-21Merge pull request #129 from stampycode/patch-1Brent Shaffer1-0/+3
2017-06-19example for RS256 openssl (#125)Henry N1-0/+54
2017-06-19draft-ietf-oauth-json-web-token-06 --> rfc7519 (#107)Arjan Keeman1-1/+1
2017-06-19Support RS384 and RS512 (#117)Joost Faassen1-0/+2
2017-01-24cosmetic updatesTim Stamp1-2/+2
2016-12-12bugfix: 'kid' not in given key listTim Stamp1-0/+3
2016-08-31Travis: run tests also under PHP 5.6 and PHP 7.0 (#108)Petr Kotek1-0/+2
2016-07-17Update README for v4.0.0v4.0.0Rob DiMarco1-0/+6
2016-06-28Add in support for late static binding, so that developers can extend and ove...Tom Chapman1-21/+21
2016-06-16Fix exceptions classes (#81)Maks3w2-9/+11
2016-06-16Merge pull request #82 from voku/masterRob DiMarco2-0/+9
2016-06-16Merge pull request #93 from josephmcdermott/specify-current-timestampRob DiMarco1-3/+13
2016-06-16Merge pull request #96 from legoktm/patch-1Rob DiMarco1-1/+0
2016-06-16Merge pull request #76 from akeeman/patch-1Rob DiMarco1-5/+5
2016-06-09Remove newline at beginning of run-tests.shKunal Mehta1-1/+0
2016-05-03Commit with Google email address for CLAJoseph McDermott1-0/+1
[...]