Les Hazlewood
|
77f1a69c72
|
Addressed issue where org.json.JSONString and org.json.JSONWriter are not available on Android. Resolves #388.
|
2018-08-15 17:49:13 -04:00 |
Les Hazlewood
|
a4b388cd2e
|
created 0.10.x branch and updated project files to prep for upcoming 0.10.4 release.
|
2018-08-14 11:16:05 -04:00 |
Les Hazlewood
|
85d8920d79
|
Ensured symmetric logic between the Keys and SignatureAlgorithm helper methods for hmac key lengths.
Updated Android dependencies and ProGuard exclusion definitions
Updating docs to reflect 0.10.3 release
Resolves #381, #382
|
2018-08-13 20:26:14 -04:00 |
Les Hazlewood
|
f19c34a763
|
Ensured JJWT's org.json use is compatible with Android's org.json API as defined in https://developer.android.com/reference/org/json/package-summary. Resolves #380.
|
2018-08-07 13:32:20 -04:00 |
Les Hazlewood
|
7f662627cc
|
Ensured BouncyCastle was optional. Also ensured EllipticCurve algorithms could be used without BouncyCastle since the JDK supports EC by default. Moved RuntimeEnvironment.enableBouncyCastleIfPossible() call out of SignatureAlgorithm into RsaProvider since BC is only necessary for RSASSA-PSS algorithms (PS256, PS384, PS512) and nothing else in JJWT's codebase.
Resolves #372
|
2018-08-02 16:59:59 -04:00 |
Les Hazlewood
|
8b3f6cac53
|
Finally proper documentation! Updated changelog as well. Resolves #355.
|
2018-08-01 16:41:41 -04:00 |
Les Hazlewood
|
2eeca41a61
|
Merge pull request #246 from Ledenel/master
Update README.md
|
2018-07-20 19:38:23 -04:00 |
Les Hazlewood
|
439c027c2e
|
348: Reorganize into a multi-module project. Includes test enhancements and code reorganization
|
2018-07-20 12:18:40 -04:00 |
Les Hazlewood
|
bf6423b52d
|
Merge pull request #295 from jokoframework/roskoff-patch-1
Add Proguard setup section on README
|
2018-07-05 18:39:11 -04:00 |
Les Hazlewood
|
d0e9e7a2bd
|
Modified docs to reflect upcoming 0.9.1 release
|
2018-07-05 18:22:23 -04:00 |
Eliseo Ocampos
|
b1001f6e7c
|
Add Proguard setup section on README
Add Proguard rules for Android projects so it can be referenced right away.
|
2018-01-04 10:09:37 -03:00 |
Les Hazlewood
|
f9376df96c
|
Updated to reflect 0.9.0 release
|
2017-10-11 19:15:15 -04:00 |
Micah Silverman
|
0bedf238d0
|
Updated readme to reflect Okta's stewardship and to indicate updated version of jackson
|
2017-09-19 12:03:26 -04:00 |
Ledenel
|
fb847212d7
|
Update README.md
Add notice in examples.
|
2017-08-12 22:44:44 +08:00 |
Arlemi
|
9b944fc999
|
Update README.md
Added missing Variable Declarator for the IncorrectClaimException catch
|
2017-02-15 16:01:11 +01:00 |
Sander Van Schoote
|
6ce8752926
|
Fixed small typo in code snippet
|
2016-12-15 18:17:34 +10:00 |
Les Hazlewood
|
eee5fffb61
|
Merge pull request #145 from brentstormpath/master
Readme Update
|
2016-09-22 10:17:24 -07:00 |
Les Hazlewood
|
8966c3a912
|
Added minor update to jackson version docs
|
2016-09-12 17:50:24 -07:00 |
Les Hazlewood
|
c13362dafa
|
Added release notes and doc update for the 0.7.0 release.
|
2016-09-12 17:20:47 -07:00 |
Mauro Ciancio
|
77dcd9a9b3
|
Fix typo
|
2016-09-08 11:56:17 -03:00 |
Michael Collis
|
c5ae6f53f1
|
Fix ES512 description typo in README
|
2016-07-21 15:30:36 -04:00 |
brentstormpath
|
ab76c850db
|
Readme Update
|
2016-07-12 17:24:26 -07:00 |
Les Hazlewood
|
3bd425a63d
|
updated coveralls logo
|
2016-07-04 12:16:16 -07:00 |
Micah Silverman
|
7a2808af12
|
Expanded on intro section.
|
2016-07-03 12:29:13 -04:00 |
Micah Silverman
|
b053834dae
|
Updated README with more examples
|
2016-07-03 12:29:13 -04:00 |
Micah Silverman
|
78cb1707d7
|
moved older jackson section back into readme
|
2016-07-03 12:29:13 -04:00 |
Micah Silverman
|
0899261074
|
Separated CHANGELOG from README
|
2016-07-03 12:29:13 -04:00 |
brentstormpath
|
42f89d283c
|
Moving change log notes back into readme
|
2016-03-16 17:30:58 -07:00 |
brentstormpath
|
7201704e94
|
Fixing a link and moving the author section down
|
2016-03-15 16:16:18 -07:00 |
brentstormpath
|
f1fe04d70c
|
Fixing a broken link in the readme
|
2016-02-23 17:48:04 -08:00 |
brentstormpath
|
5613d222ce
|
Updating the JJWT readme to break out the changelog into a dedicated file and add useful links
|
2016-02-23 17:41:48 -08:00 |
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 |
Micah Silverman
|
687fe6a737
|
Added coveralls coverage report.
|
2015-10-27 21:55:52 -04: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
|
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
|
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
|
8f49666a40
|
Enforce arbitrary claim expectations when parsing
|
2015-09-12 01:09:44 -04:00 |
Les Hazlewood
|
56fb2c6a75
|
Updated example to use parseClaimsJws to reflect most common use case
|
2015-09-11 11:28:43 -07:00 |
brentstormpath
|
de817222bc
|
Licensing, links, and Author info added to readme
|
2015-07-31 17:40:35 -07:00 |
Les Hazlewood
|
e5147b0cf9
|
#31: updated release notes to reflect upcoming 0.5.1 release
|
2015-06-26 13:38:51 -07:00 |
Les Hazlewood
|
dac9ee66af
|
Minor syntax correction
|
2015-05-13 13:04:11 -07:00 |
Les Hazlewood
|
4204d16f07
|
Removed coverage statement as 3 classes were found to not hit that mark yet. Will be updated on a future release.
|
2015-05-12 19:06:18 -07:00 |
Les Hazlewood
|
8085f19cb1
|
Readme and JavaDoc updates for the upcoming 0.5 release
|
2015-05-12 18:58:25 -07:00 |
Les Hazlewood
|
027b3518ab
|
Readme and JavaDoc updates for the upcoming 0.5 release
|
2015-05-12 18:55:15 -07:00 |
Les Hazlewood
|
754b87a8a4
|
Readme and JavaDoc updates for the upcoming 0.5 release
|
2015-05-12 18:51:59 -07:00 |
Les Hazlewood
|
04865163c9
|
Readme and JavaDoc updates for the upcoming 0.5 release
|
2015-05-12 18:50:40 -07:00 |
Les Hazlewood
|
cafbc29a76
|
Readme and JavaDoc updates for the upcoming 0.5 release
|
2015-05-12 18:49:43 -07:00 |
Les Hazlewood
|
8878e022f1
|
#27: Updated Readme to reflect EC algorithms
|
2015-05-07 23:36:03 -07:00 |
robertjd
|
a4f73eb063
|
Fix typo - duplication of SHA-384
|
2015-04-17 09:59:16 -07:00 |
Les Hazlewood
|
27ec90f35a
|
Enhanced documentation. This resolves #12 and #16.
|
2015-03-14 17:44:56 -07: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
|
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
|
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
|
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
|
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
|
9f459901dd
|
Doc update
|
2014-09-26 17:59:16 -07:00 |
Les Hazlewood
|
fe666b938e
|
updated Readme release notes
|
2014-09-26 17:52:40 -07:00 |
Les Hazlewood
|
bc4ee78c26
|
Update README.md
Updating docs to reflect `Jwt` type instead of `Token` type
|
2014-09-26 16:31:08 -07:00 |
Les Hazlewood
|
62951159ae
|
Update README.md
|
2014-09-26 13:48:11 -07:00 |
Les Hazlewood
|
f413d1022d
|
Update README.md
|
2014-09-26 13:38:12 -07:00 |
Les Hazlewood
|
79471571f4
|
Update README.md
|
2014-09-26 13:34:26 -07:00 |
Les Hazlewood
|
cdb93a4b3b
|
Update README.md
|
2014-09-26 13:33:19 -07:00 |
Les Hazlewood
|
57faa6e75a
|
Update README.md
Added notes for projects that might have existing dependencies on an older Jackson version.
|
2014-09-26 13:32:19 -07:00 |
Les Hazlewood
|
563aead2bd
|
Update README.md
|
2014-09-25 13:52:02 -07:00 |
Les Hazlewood
|
d85981270f
|
Update README.md
|
2014-09-25 13:51:08 -07:00 |
Les Hazlewood
|
4b0fb01dbf
|
Update README.md
|
2014-09-25 13:49:59 -07:00 |
Les Hazlewood
|
6ce5b926f0
|
Update README.md
|
2014-09-25 13:43:41 -07:00 |
Les Hazlewood
|
f96c84edc1
|
Update README.md
|
2014-09-25 13:42:16 -07:00 |
Les Hazlewood
|
7c08e1ae4a
|
Update README.md
|
2014-09-23 14:13:50 -07:00 |
Les Hazlewood
|
66fcdaccdb
|
Update README.md
|
2014-09-19 20:51:52 -07:00 |
Les Hazlewood
|
f157b890b1
|
updated readme to reflect upcoming release
|
2014-09-19 20:23:29 -07:00 |
Les Hazlewood
|
cf750a6e47
|
updated readme to reflect upcoming release
|
2014-09-19 20:22:49 -07:00 |
Les Hazlewood
|
482731ca0c
|
JavaDoc updates
|
2014-09-19 19:00:39 -07:00 |
Les Hazlewood
|
39b456b1a3
|
fixed erroneous code snippet
|
2014-09-19 14:47:43 -07:00 |
Les Hazlewood
|
0420ae07ed
|
code block formatting change
|
2014-09-19 14:47:01 -07:00 |
Les Hazlewood
|
9ca3d92bf7
|
Made some documentation clarifications
|
2014-09-19 14:30:47 -07:00 |
Les Hazlewood
|
1548c3159d
|
Added Travis build status image to readme
|
2014-09-19 12:00:25 -07:00 |
Les Hazlewood
|
75f1182d17
|
Initial commit!
|
2014-09-18 19:14:22 -07:00 |