Les Hazlewood
|
0596bea16a
|
Updating readme dependency references to reflect the 0.11.2 release
|
2020-06-11 14:24:23 -04:00 |
Les Hazlewood
|
f22a0e955a
|
Prepping for the 0.11.0 --> 0.11.1 release
|
2020-03-12 16:44:01 -04:00 |
Les Hazlewood
|
09637f1e66
|
Fixing version references for the 0.11.0 release.
|
2020-02-05 12:50:13 -08:00 |
Les Hazlewood
|
b4363e1572
|
- Update README to use `parserBuilder()` instead of `parser()` (#499) (#559)
- Docs: Adds section to README covering custom object parsing (#500)
- Docs: Add note about JwtParserBuilder creating an immutable JwtParser (#508)
Doc: #486
Fixes: #494
Doc: #495
Fixes: #171
Updated documentation and changelog to reflect the new Gson extension. Fixes #410. (#476)
Co-authored-by: Brian Demers <brian.demers@gmail.com>
|
2020-02-05 12:08:18 -08:00 |
Les Hazlewood
|
1aa8225703
|
Documented how to convert strings to SecretKey instances. Resolves #517 (#561)
|
2020-02-04 22:50:56 -08:00 |
Les Hazlewood
|
5481248a71
|
Documented why changing Base64 sometimes does not invalid signature checks. Resolves #518 (#560)
|
2020-02-04 18:33:36 -08:00 |
sal0max
|
56db77ed7e
|
Add missing bracket (#511)
|
2019-10-02 19:06:23 -04:00 |
Les Hazlewood
|
6b39e5bb72
|
Issue 450: prepping docs for the 0.10.7 release. Fixes #450.
|
2019-07-11 19:57:19 -04:00 |
Les Hazlewood
|
4c5d009ee4
|
Issue 449: updated docs to better clarify help and contributing. Fixes #449.
|
2019-07-11 19:33:05 -04:00 |
Les Hazlewood
|
fb64b6fa46
|
Typo fix. Resolves #437.
|
2019-03-10 12:07:37 -04:00 |
Les Hazlewood
|
50781bb87c
|
Typo fix. Resolves #420.
|
2019-03-10 12:05:09 -04:00 |
Sean Bright
|
44583e1d1d
|
README.md: Add missing word ('know') and link
|
2019-02-07 14:20:18 -05:00 |
Les Hazlewood
|
243ec7802c
|
Update README.md
|
2018-09-17 18:43:16 -04:00 |
JustawayL
|
7178810a37
|
Fixed typo
|
2018-08-25 12:22:56 -05:00 |
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 |