Commit Graph

86 Commits

Author SHA1 Message Date
Les Hazlewood 1bda828a0d Merge pull request #24 from enflout/master
add osgi support via maven-bundle-plugin
2015-04-28 19:42:34 -07:00
Les Hazlewood c29c6a2fe8 Implemented issue #25 2015-04-28 19:39:59 -07:00
Les Hazlewood dcf4d75148 This issue fixes and closes #23 2015-04-27 17:09:10 -07:00
Ivan Orlov fa4bb707ec add osgi support via maven-bundle-plugin 2015-04-24 19:20:43 +03:00
Les Hazlewood c427e9fe02 Merge pull request #21 from robertjd/master
Fix typo - duplication of SHA-384
2015-04-17 10:06:04 -07:00
robertjd a4f73eb063 Fix typo - duplication of SHA-384 2015-04-17 09:59:16 -07:00
Les Hazlewood 060666a32e #20: added some test cases to assert that the already existing behavior in JJWT is not susceptible to the discussed attack vectors. 2015-04-03 18:22:04 -07:00
Les Hazlewood 6631b0b8c4 Minor doc updates. Added a test case. 2015-03-14 18:37:47 -07:00
Les Hazlewood dd856ea844 Merge pull request #11 from josebarrueta/master
Issue #10 Switching Claims validation after the JWT signature was valida...
2015-03-14 17:47:53 -07:00
Les Hazlewood 27ec90f35a Enhanced documentation. This resolves #12 and #16. 2015-03-14 17:44:56 -07:00
josebarrueta 5699a69256 Issue #10 Switching Claims validation after the JWT signature was validated. 2014-11-21 21:21:05 -08:00
Les Hazlewood 47ec679046 [maven-release-plugin] prepare for next development iteration 2014-11-19 19:56:36 -08:00
Les Hazlewood bcd2ac9e0c [maven-release-plugin] prepare release 0.4 2014-11-19 19:56:32 -08:00
Les Hazlewood 29d8a8a22f #8: more doc updates 2014-11-19 19:45:47 -08:00
Les Hazlewood 72db822d0c #8: more doc updates 2014-11-19 19:42:29 -08:00
Les Hazlewood cd13de815b #8: more doc updates 2014-11-19 19:37:48 -08:00
Les Hazlewood e9758ca18d #8: fixing Gradle block to be color coded 2014-11-19 19:33:29 -08:00
Les Hazlewood 125acae4d9 #8: Updating readme in preparation for a 0.4 release 2014-11-19 19:31:37 -08:00
Les Hazlewood ec643b4556 updated SigningKeyResolver concept to handle standard java.security.Key instances, and updated the SigningKeyResolverAdapter to include bytes convenience methods. 2014-11-19 19:00:54 -08:00
Les Hazlewood f59684488f Merge pull request #9 from josebarrueta/master
Issue #8 Add ability to resolve signing key based on Jws embedded values...
2014-11-19 16:09:59 -08:00
josebarrueta 44965c7b9f Issue #8 Added ability to resolve signing keys with String payload. Added SigningKeyResolverAdapter. 2014-11-18 22:42:03 -08:00
josebarrueta e1be49020c Issue #8 Add unit test to the pull request. 2014-11-17 16:45:41 -08:00
josebarrueta 3eb4f01c3f Issue #8 Add ability to resolve signing key based on Jws embedded values before its signature is verified 2014-11-17 13:56:48 -08:00
Les Hazlewood 3e35e4e226 [maven-release-plugin] prepare for next development iteration 2014-10-28 17:57:17 -07:00
Les Hazlewood 5eb739353b [maven-release-plugin] prepare release 0.3 2014-10-28 17:57:11 -07:00
Les Hazlewood 967d499159 [maven-release-plugin] rollback the release of jjwt-0.3 2014-10-28 17:54:01 -07:00
Les Hazlewood aa18c71563 [maven-release-plugin] prepare for next development iteration 2014-10-28 17:53:33 -07:00
Les Hazlewood 34a97add5b [maven-release-plugin] prepare release jjwt-0.3 2014-10-28 17:53:29 -07:00
Les Hazlewood 7335807d42 updating readme in prep for 0.3 release 2014-10-28 17:52:11 -07:00
Les Hazlewood bbc6cebd4f Updated changelog to reflect fix for #7 2014-10-28 17:49:31 -07:00
Les Hazlewood 5540d5ded0 resolved Issue #7 2014-10-28 17:46:30 -07:00
Les Hazlewood 35a42826ea Issue #6: Fixed tests to not reference static (stale) expiration dates 2014-10-28 17:40:37 -07:00
Les Hazlewood 076fa3074c minor typo 2014-10-28 16:41:34 -07:00
Les Hazlewood adbcf46de3 Issue #6: ensured that a (new) ExpiredJwtException is thrown when parsing an expired Claims JWT or JWS. 2014-10-28 16:41:15 -07:00
Les Hazlewood c0ff23ae6c Update README.md 2014-09-30 09:32:14 -07:00
Les Hazlewood ff88ea83dd Update README.md
Updated dependency example to reflect latest 0.2 release
2014-09-26 22:37:49 -07:00
Les Hazlewood fe1f0e8b8c [maven-release-plugin] prepare for next development iteration 2014-09-26 22:34:45 -07:00
Les Hazlewood ad3d61a0f8 [maven-release-plugin] prepare release 0.2 2014-09-26 22:34:42 -07:00
Les Hazlewood af4bb5a820 Merge pull request #5 from jwtk/JwtHandler
Add JwtHandler for JWT/JWS type-specific handling
2014-09-26 22:29:45 -07:00
Les Hazlewood 2f2ee03132 Update README.md
Doc cleanup before the 0.2 release
2014-09-26 22:26:36 -07:00
Les Hazlewood e124710c8c Update README.md 2014-09-26 22:22:41 -07:00
Les Hazlewood b8d06862ad Update README.md 2014-09-26 22:20:40 -07:00
Les Hazlewood 5b7cd5e952 Update README.md 2014-09-26 22:19:45 -07:00
Les Hazlewood 704ea42286 Update README.md
Added release notes/docs around JwtHandler functionality and new convenience parsing methods
2014-09-26 22:18:32 -07:00
Les Hazlewood 962e228428 Filling out test cases 2014-09-26 21:55:30 -07:00
Les Hazlewood 6580c92211 Merge branch 'master' into JwtHandler 2014-09-26 20:20:17 -07:00
Les Hazlewood 1c20700202 Fixed JDK 8 compile errors 2014-09-26 20:19:49 -07:00
Les Hazlewood 13650e3f01 Update README.md 2014-09-26 20:12:07 -07:00
Les Hazlewood ab83d8e5fa Update README.md 2014-09-26 20:10:04 -07:00
Les Hazlewood 52c9536550 Added missing implementations. Test cases to follow. 2014-09-26 20:06:14 -07:00