Commit Graph

  • f02245397b Fix for loss of precision on Integers and Shorts cbudtz 2017-05-22 08:38:41 +0200
  • 8a6f588e81 Merge pull request #200 from roberterdin/master Les Hazlewood 2017-05-16 12:46:48 -0700
  • cb9e24a06f Merge pull request #207 from jwtk/issue/206 Les Hazlewood 2017-05-16 12:41:05 -0700
  • cb5a99265f Merge pull request #209 from arlemi/master Les Hazlewood 2017-05-16 12:39:24 -0700
  • 879ed12ee1 Merge pull request #222 from aadrian/patch_1 Les Hazlewood 2017-05-16 12:38:52 -0700
  • 65463328be fix Travis again. aadrian 2017-05-13 17:58:47 +0200
  • a473dc4be1 try using a build matrix for Travis aadrian 2017-05-13 17:55:00 +0200
  • 4bb111b327 try updating other dependencies too. aadrian 2017-05-13 17:43:43 +0200
  • e780c224c8 update bouncycastle and logback versions aadrian 2017-05-13 17:28:01 +0200
  • dbe0188f20 Added POJO deserialisation to get(Object, Class<T> requiredType) cbudtz 2017-03-14 14:54:56 +0100
  • 9b944fc999 Update README.md Arlemi 2017-02-15 16:01:11 +0100
  • 2d6233fa78 Removed redundant/incorrect docs Micah Silverman 2017-02-14 22:42:41 -0800
  • 96ea95683c Make ObjectMapper static in DefaultJwtParser Wasif 2017-01-23 19:38:12 -0800
  • b250af4149 Added addClaims function to JwtBuilder as described in Issue #196. This function does not overwrite existing claims (as compared to setClaims). Robert Erdin 2017-01-10 13:22:23 +0100
  • fa4cb7068d Merge bf1be4ff22 into 5c0cfdc897 prateeknischal 2016-12-16 06:38:22 +0000
  • 5c0cfdc897 Merge pull request #195 from svanscho/readme-typo Les Hazlewood 2016-12-15 09:37:41 -0800
  • 6ce8752926 Fixed small typo in code snippet Sander Van Schoote 2016-12-15 18:17:34 +1000
  • bf1be4ff22 added SignatureException for sign and verify in CryptoProvider Prateek Nischal 2016-12-06 10:55:59 +0530
  • f94257f7e1 added negative test for failing customCrypto token verification Prateek Nischal 2016-12-05 14:50:24 +0530
  • a4d9a7016c removed Base64 causing build failure for java7, added DatatypeConverter Prateek Nischal 2016-12-05 14:39:17 +0530
  • 9384f8a1fc added test for custom Crypto Prateek Nischal 2016-12-05 14:22:17 +0530
  • 73aacb758f Added support for pluggable custom Crypto Implementation Prateek Nischal 2016-12-05 13:33:35 +0530
  • 4bab57837f added support for throwing custom exceptions in SigningKeyResolver to get granular errors Prateek Nischal 2016-11-19 02:14:05 +0530
  • 4fd36dd1cb fixed erroneous internal Groovy class reference Les Hazlewood 2016-10-07 15:48:21 -0700
  • 89613e6520 Merge branch 'master' into jwe Les Hazlewood 2016-10-07 13:48:46 -0700
  • e4ae4c522d Move JwsParts and JwtParts classes into impl package Selim Ok 2016-10-06 02:05:57 +0200
  • a0e4b69323 Remove unused interface Selim Ok 2016-10-05 14:31:07 +0200
  • bdaa5bc5bd Adding support for JCA Name along with Name on SignatureAlgorithm|Test case fixed. Sandeep Kaul 2016-10-05 00:19:27 +0530
  • 65991a1e59 Adding support for JCA Name along with Name on SignatureAlgorithm|Test case fixed. Sandeep Kaul 2016-10-05 00:12:22 +0530
  • 03e0d11f93 Adding support for JCA Name along with Name on SignatureAlgorithm|Test case added. Sandeep Kaul 2016-10-05 00:05:08 +0530
  • 2486f3d987 Adding support for JCA Name along with Name on SignatureAlgorithm|Null check added. Sandeep Kaul 2016-10-04 23:42:04 +0530
  • 16bb7faf2c Adding support for JCA Name along with Name on SignatureAlgorithm Sandeep Kaul 2016-10-04 23:30:27 +0530
  • 80758c256f Implement unit tests for JwtParser Selim Ok 2016-10-03 02:47:14 +0200
  • 735934d619 Make some changes according to PR review - Remove ValidationHelper and its static methods. - Create JwsParts class and extend it from JwtParts - Implement validation methods inside of JwtParser according to OO principals. - P.S.: Unit tests follows... Selim Ok 2016-10-03 01:59:28 +0200
  • 8ae456fcda Revert to original Selim Ok 2016-10-01 01:58:30 +0200
  • 8ebd92c978 Merge branch 'master' of ssh://github.com/sandc-software/jjwt Selim Ok 2016-10-01 01:44:48 +0200
  • 68ba8ffa25 Rewrite unit tests in groovy, remove existing java tests, implement additional tests Selim Ok 2016-10-01 01:43:54 +0200
  • e97430785f Update README.md Selim Ok 2016-10-01 01:26:15 +0200
  • 0f4a6c130b Add unit tests and fix some problems. Selim Ok 2016-09-30 23:43:36 +0200
  • d0043309f7 Add some javadocs and make a small code refactoring Selim Ok 2016-09-30 23:16:26 +0200
  • efe3c630ce Small improvements Selim Ok 2016-09-28 01:05:15 +0200
  • 1aef6aca84 Code refactoring: Split huge methods into parts according clean code principals Selim Ok 2016-09-28 00:17:51 +0200
  • 48dae365b1 Merge pull request #172 from sainaen/numeric_claims_fix_typing Les Hazlewood 2016-09-22 10:20:12 -0700
  • eee5fffb61 Merge pull request #145 from brentstormpath/master Les Hazlewood 2016-09-22 10:17:24 -0700
  • 13906d3746 Implement type conversions of integral claim values sainaen 2016-09-20 12:14:24 +0300
  • 8966c3a912 Added minor update to jackson version docs Les Hazlewood 2016-09-12 17:50:24 -0700
  • 29241c3b66 [maven-release-plugin] prepare for next development iteration Les Hazlewood 2016-09-12 17:37:12 -0700
  • c86c775caf [maven-release-plugin] prepare release 0.7.0 0.7.0 Les Hazlewood 2016-09-12 17:37:08 -0700
  • 67dbc7701f Merge pull request #167 from jwtk/0.7.0-release-prep Les Hazlewood 2016-09-12 17:34:54 -0700
  • cfeeb6e5cd Added release notes and doc update for the 0.7.0 release. Les Hazlewood 2016-09-12 17:23:18 -0700
  • 0da903f214 Added release notes and doc update for the 0.7.0 release. Les Hazlewood 2016-09-12 17:22:41 -0700
  • c13362dafa Added release notes and doc update for the 0.7.0 release. Les Hazlewood 2016-09-12 17:20:47 -0700
  • b13650dc60 Merge branch '61-edits' and MichaelSims-master Les Hazlewood 2016-09-12 16:44:33 -0700
  • 6c4b58e4fe edits to exception message to be a little more helpful and to ensure previous GH issue tests passed Les Hazlewood 2016-09-12 16:40:52 -0700
  • ab4f9ff9e8 edits to exception message to be a little more helpful and to ensure previous GH issue tests passed Les Hazlewood 2016-09-12 16:39:17 -0700
  • 8f1b528d8c Minor edits to @MichaelSims pull request - prepping for release Les Hazlewood 2016-09-12 16:12:30 -0700
  • a06e35cf84 Merge branch 'MichaelSims-master' into 61-edits Les Hazlewood 2016-09-12 16:04:54 -0700
  • ff932e9838 Merge branch 'master' of https://github.com/MichaelSims/jjwt into MichaelSims-master Les Hazlewood 2016-09-12 16:03:53 -0700
  • af01cca922 122: added code comments so readers understand that JWT mandates seconds, not milliseconds Les Hazlewood 2016-09-12 10:37:34 -0700
  • 5b15b9363e Merge pull request #165 from jwtk/107-ex-msg-utc-format Les Hazlewood 2016-09-11 14:09:44 -0700
  • 1974069561 107: ensured exception message printed UTC times correctly Les Hazlewood 2016-09-11 14:04:20 -0700
  • 0f63ec8012 Merge pull request #117 from matzon/master Les Hazlewood 2016-09-11 12:57:02 -0700
  • 0fb8ffcb76 Merge pull request #164 from jwtk/161-lib-versions Les Hazlewood 2016-09-11 12:54:43 -0700
  • 55fcf190cc Merge pull request #162 from maurociancio/patch-2 Les Hazlewood 2016-09-11 12:49:44 -0700
  • 79e95856a4 161: upgraded library versions to latest stable Les Hazlewood 2016-09-11 12:48:48 -0700
  • a7c6205590 sanity checkpoint Les Hazlewood 2016-09-11 12:34:30 -0700
  • 77dcd9a9b3 Fix typo Mauro Ciancio 2016-09-08 11:56:17 -0300
  • f522abe2cb Merge pull request #158 from benbenw/parser-perf Les Hazlewood 2016-08-31 12:23:20 -0400
  • 8e26b937f6 Merge pull request #159 from benbenw/ignore-eclipse Les Hazlewood 2016-08-31 12:21:53 -0400
  • d13d2eeffe add eclipse files to gitignore benoit 2016-08-31 16:54:10 +0200
  • 9735d1ad98 improve jwt parser memory allocation benoit 2016-08-31 16:39:42 +0200
  • 3fb794ee91 #61: Add support for clock skew to JwtParser for exp and nbf claims Michael Sims 2016-01-27 13:39:34 -0600
  • 0408313d3f Merge pull request #150 from mike9005/patch-1 Les Hazlewood 2016-07-21 13:08:54 -0700
  • c5ae6f53f1 Fix ES512 description typo in README Michael Collis 2016-07-21 15:30:36 -0400
  • ab76c850db Readme Update brentstormpath 2016-07-12 17:24:26 -0700
  • 007b82c6ad Merge pull request #1 from jwtk/master brentstormpath 2016-07-12 17:19:12 -0700
  • 3bd425a63d updated coveralls logo Les Hazlewood 2016-07-04 12:16:16 -0700
  • e55ea34e95 Merge pull request #105 from aarondav/patch-2 Les Hazlewood 2016-07-04 11:56:48 -0700
  • 8e6e165c1d Merge pull request #141 from jwtk/coveralls_jacoco Les Hazlewood 2016-07-04 11:52:20 -0700
  • 07534487d3 Merge pull request #132 from alexanderkjall/patch-1 Les Hazlewood 2016-07-04 11:51:28 -0700
  • 82f4b0a696 updated to jacoco as only jacoco supports java 8 per: https://github.com/trautonen/coveralls-maven-plugin#faq Micah Silverman 2016-07-03 23:38:25 -0400
  • ccd7d7248e Merge 44d62e3e8f into 09c96ce305 Micah Silverman 2016-07-03 19:37:52 +0000
  • 09c96ce305 Merge pull request #140 from jwtk/readme_update Les Hazlewood 2016-07-03 12:36:53 -0700
  • 7a2808af12 Expanded on intro section. Micah Silverman 2016-07-02 17:09:22 -0400
  • b053834dae Updated README with more examples Micah Silverman 2016-06-17 15:11:08 -0700
  • 78cb1707d7 moved older jackson section back into readme Micah Silverman 2016-06-17 14:55:57 -0700
  • 0899261074 Separated CHANGELOG from README Micah Silverman 2016-06-17 14:30:47 -0700
  • ceac032f11 Merge pull request #137 from martintreurnicht/master Les Hazlewood 2016-06-30 14:11:08 -0700
  • c3e5f95242 Added more descriptive backwards compatibility information Martin Treurnicht 2016-06-30 13:46:07 -0700
  • 174e1b13b8 Add back swarm test for 100% coverage Martin Treurnicht 2016-06-28 12:19:54 -0700
  • 61510dfca5 Cleanup as per request of https://github.com/lhazlewood Martin Treurnicht 2016-06-28 12:12:40 -0700
  • c60deebb64 Removed java 8 dependencies in test Martin Treurnicht 2016-06-27 16:02:06 -0700
  • a73e0044b8 Fixed ECDSA Signing and verification to use R + S curve points as per spec https://tools.ietf.org/html/rfc7515#page-45 Martin Treurnicht 2016-06-27 15:43:35 -0700
  • 44d62e3e8f moved older jackson section back into readme Micah Silverman 2016-06-17 14:55:57 -0700
  • 7f32ab24a1 Separated CHANGELOG from README Micah Silverman 2016-06-17 14:30:47 -0700
  • 26a14fd3c3 javadoc typo Alexander Kjäll 2016-06-13 14:40:35 +0200
  • f08386c63b formatting Brian Matzon 2016-06-08 00:20:23 +0200
  • 4be4912cb2 moved Java test into groovy Brian Matzon 2016-06-06 23:43:52 +0200
  • 39ee58a511 implement hashCode and equals in JwtMap Brian Matzon 2016-04-27 12:15:36 +0200
  • 9b434cdf9c EncryptionAlgorithm changes, class cleanup, test coverage, etc. AES encryption, both GCM and HmacSha2 variants are complete. Classes might be moved to another package. Have not yet started Builder and Parser work to support JWE compact strings. Les Hazlewood 2016-04-21 18:16:32 -0700