Add reference to JWT third library.

Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
Max Lambrecht 2020-07-02 15:42:47 -03:00
parent 35e85cee99
commit fee4cc1b91
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
Core functionality to fetch, process and validate X.509 and JWT SVIDs and Bundles from the Workload API. 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 ## X.509 Source
A `X509Source` represents a source of X.509 SVIDs and X.509 bundles maintained via the Workload API. A `X509Source` represents a source of X.509 SVIDs and X.509 bundles maintained via the Workload API.