180 Commits

Author SHA1 Message Date
brentstormpath
1d525e94c6 Merge remote-tracking branch 'upstream/master' 2016-02-23 16:38:12 -08:00
Les Hazlewood
638d84963f Updated spec links to final RFC documents 2015-12-11 09:48:50 -08:00
Les Hazlewood
d1058b0933 Merge pull request #69 from jwtk/ISSUE-68
Issue 68
2015-11-21 15:23:44 -08:00
Les Hazlewood
3595423576 #68: ensured branch code coverage 2015-11-21 15:16:42 -08:00
Les Hazlewood
4020dfc1d5 Ensures RSA Signatures can work on Android 23 2015-11-21 15:00:23 -08:00
Les Hazlewood
b63a67516e Merge pull request #62 from jwtk/coverage_report
Add Coveralls coverage report badge to README page
2015-11-04 21:34:27 -08:00
Micah Silverman
7843179ad5 Improve coverage on compact by exercising JsonProcessingException. 2015-10-27 23:29:06 -04:00
Micah Silverman
4773224c74 Added code to build coverage report to .travis.yml 2015-10-27 22:15:48 -04:00
Micah Silverman
1d9fd734c9 Added coveralls maven plugin. 2015-10-27 22:15:48 -04:00
Micah Silverman
687fe6a737 Added coveralls coverage report. 2015-10-27 21:55:52 -04:00
Les Hazlewood
44b652777b [maven-release-plugin] prepare for next development iteration 2015-10-14 13:50:34 -07:00
Les Hazlewood
8b3f6ab496 [maven-release-plugin] prepare release 0.6.0 0.6.0 2015-10-14 13:50:30 -07:00
Les Hazlewood
98970a7e19 Changed version references from 0.5.2 to 0.6.0 (no 0.5.2 release yet). 2015-10-12 16:23:21 -07:00
Les Hazlewood
a4f4da767b Update README.md
Updated version references to reflect concrete version number per the release
2015-10-12 16:22:44 -07:00
Les Hazlewood
267bc09f6a Changing the version from 0.5.2-SNAPSHOT to 0.6.0-SNAPSHOT in preparation for release 2015-10-12 16:19:30 -07:00
Les Hazlewood
efe20ee14b Update README.md 2015-10-12 16:15:06 -07:00
Les Hazlewood
e4e37373b8 Update README.md 2015-10-12 16:12:43 -07:00
Les Hazlewood
1649066038 Update README.md 2015-10-12 16:08:06 -07:00
Les Hazlewood
65f9b02de3 Update README.md 2015-10-12 16:07:33 -07:00
Les Hazlewood
6a422211c8 Update README.md 2015-10-12 16:07:01 -07:00
Les Hazlewood
dad6dcf0f2 minor formatting change 2015-10-12 16:05:09 -07:00
Les Hazlewood
76de67fe5d updating readme to reflect 0.6 release features 2015-10-12 16:02:15 -07:00
Les Hazlewood
4d230a0725 #58: added toString implementations for JwtMap, DefaultJwt and DefaultJws with tests 2015-10-12 14:17:13 -07:00
Les Hazlewood
0e8ee78fc4 #52: class naming and JavaDoc cleanup 2015-10-12 13:57:36 -07:00
Les Hazlewood
bb471be0e9 Merge pull request #54 from josebarrueta/Issue-52
Issue 52
2015-10-12 12:50:58 -07:00
josebarrueta
fef553ad72 Issue-52 Improving Javadoc for compression 2015-10-09 18:07:06 -07:00
josebarrueta
269a143899 Merge branch 'Issue-52' of github.com:josebarrueta/jjwt into Issue-52 2015-09-24 16:41:26 -07:00
josebarrueta
257bddc3e2 Merge branch 'master' of github.com:jwtk/jjwt into Issue-52 2015-09-24 16:38:41 -07:00
Jose Luis Barrueta
20e80ffa47 Merge pull request #2 from jhericks/Issue-52
Issue-52: Refactoring and adding unit tests to cover the compression …
2015-09-23 17:27:42 -07:00
Jason Erickson
7e15e2de02 Issue-52: Refactoring and adding unit tests to cover the compression functionality 2015-09-23 17:24:47 -07:00
Jason Erickson
806844a89a Issue-52: Refactoring and adding unit tests to cover the compression functionality 2015-09-23 15:44:07 -07:00
Les Hazlewood
e7dc7a74d0 Merge pull request #53 from jwtk/required_field_assertion_documentation
Update README to cover required field assertions
2015-09-23 15:10:31 -07:00
Les Hazlewood
3e80cd647b Minor readability update 2015-09-23 15:07:46 -07:00
Les Hazlewood
137b6db31d #42: Added readme/release documentation for required JWT field value functionality. 2015-09-23 15:05:30 -07:00
Les Hazlewood
4b59e4bf71 Merge pull request #49 from dogeared/issue-42_assert_claims_new
#42 assert claims match required values
2015-09-23 14:48:42 -07:00
Micah Silverman
a22a76ad79 Update to javadocs to make more clear. 2015-09-23 17:40:50 -04:00
Micah Silverman
681a3fc0ba Added coverage test for JwtMap. 2015-09-23 17:20:02 -04:00
Micah Silverman
6401727b2a Refactored generic get with required type to handle the official claim types that are dates. Updated javadocs to reflect 'require' language. 2015-09-23 17:03:07 -04:00
josebarrueta
19f6fcaa51 Issue-52 Adding ability to compress/decompress. Added tests for happy path. 2015-09-23 13:21:08 -07:00
Micah Silverman
5d320d22a5 Handled generic require for Date. Added ability to specify required type on get method of claim 2015-09-23 16:17:44 -04:00
Micah Silverman
b4015be11e Added in test that does NOT work for custom claim with Date type. 2015-09-23 04:36:57 -04:00
Micah Silverman
2e452a42b1 Added requireExpiration and requireNotBefore 2015-09-23 04:35:14 -04:00
Micah Silverman
ddda2f92d3 Renamed all the expect methods to require. 2015-09-23 03:35:41 -04:00
Micah Silverman
72acd649c7 Updated custom Exception javadocs. 2015-09-23 03:25:29 -04:00
Micah Silverman
5dd95b6755 Refactored validateExpectedClaims 2015-09-23 03:18:10 -04:00
Micah Silverman
62ccd16748 Call underlying delegate methods for expected claims. 2015-09-23 01:31:17 -04:00
Micah Silverman
5ecaacde5a Don't allow empty or null claimName or null value for claim expectations. 2015-09-23 01:12:54 -04:00
Micah Silverman
f2e620e36b Added expectId convenience method. 2015-09-12 04:05:51 -04:00
Micah Silverman
f3c8f10f32 Added expectSubject convenience method. 2015-09-12 04:05:01 -04:00
Micah Silverman
fd04a357cb Added expectAudience convenience method. 2015-09-12 04:04:18 -04:00