Les Hazlewood
eb20914fa7
0.11.5 release ( #735 )
...
* Changed README references from 0.11.4 to 0.11.5
* [maven-release-plugin] prepare release 0.11.5
* [maven-release-plugin] prepare for next development iteration
2022-04-28 12:24:56 -04:00
Les Hazlewood
877960fe04
Added additional guards for JVM CVE-2022-21449 per review, accompanied by corresponding regression tests ( #733 )
2022-04-28 12:11:36 -04:00
Les Hazlewood
9c0ea0d0eb
Prep for 0.11.4 release ( #732 )
...
- Updated README.md version numbers to reflect the 0.11.4 release
- Added 0.11.4 release/changelog notes to CHANGELOG.md
2022-04-26 19:16:04 -04:00
Les Hazlewood
f32b350633
3rd party version upgrades where feasible ( #730 )
2022-04-26 17:17:09 -04:00
Jacob Lin
b35be95bf3
TYPO ( #706 )
...
the resulting
string **NOT is** safe to expose publicly => the resulting
string **is NOT** safe to expose publicly
2022-04-26 14:42:40 -04:00
Les Hazlewood
39c4301ef0
Update README.md to replace CI build status badge
...
Update README.md to replace old Travis build status badge with new/accurate Github Actions CI build status badge
2022-04-25 22:02:18 -04:00
Les Hazlewood
b78473262d
0.11.3 to master ( #728 )
...
Merged 0.11.3 patch release into mainline development branch
2022-04-23 17:32:28 -04:00
Brian Demers
f6d067950d
Cleanup ownership confusion in readme
2021-12-14 14:54:30 -05:00
abit19
9dc82f01f0
Fix small typo in README.md
2021-09-25 11:36:27 -04:00
minho
d9da0e3e80
update installation using Gradle
2021-07-09 16:48:21 -04:00
minho
861ec66832
Revert "update readme.md: installation in gradle 7+"
...
This reverts commit 371577df98
.
2021-07-09 16:48:21 -04:00
minho
915a3753c4
update readme.md: installation in gradle 7+
2021-07-09 16:48:21 -04:00
Dominik Dorn
894d6f298b
fixed typo ( #646 )
2021-02-17 10:39:11 -08:00
jonfrench
5c5f1b818a
Added "are" to correct grammar ( #605 )
2020-07-22 19:20:55 -04:00
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