From fee4cc1b91ae83cb16d26cd19fa2f247ae0cf68d Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Thu, 2 Jul 2020 15:42:47 -0300 Subject: [PATCH] Add reference to JWT third library. Signed-off-by: Max Lambrecht --- java-spiffe-core/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java-spiffe-core/README.md b/java-spiffe-core/README.md index eff1a95..851acdf 100644 --- a/java-spiffe-core/README.md +++ b/java-spiffe-core/README.md @@ -2,6 +2,9 @@ Core functionality to fetch, process and validate X.509 and JWT SVIDs and Bundles from the Workload API. +It uses the [JWT and JOSE Nimbus Library](https://connect2id.com/products/nimbus-jose-jwt) to parse and process the JWT tokens +and JSON Web Key (JWK) set bundles. + ## X.509 Source A `X509Source` represents a source of X.509 SVIDs and X.509 bundles maintained via the Workload API.