From 30479dd20abaefbe9b7ee81e558c902517da4974 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:10:26 -0500 Subject: [PATCH] Update developing-with-nats/tutorials/jwt.md Co-authored-by: Colin Sullivan --- developing-with-nats/tutorials/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index 9e221a3..332e714 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -17,7 +17,7 @@ This will NOT list every JWT/nsc option. Instead it focuses on important ones an - [Hierarchical JWT](#hierarchical-jwt) - [Decentralized Chain of Trust](#decentralized-chain-of-trust) - [Obtain an Account JWT](#obtain-an-account-jwt) - - [JWT and Chain of Trust Verification](#jwt-and-chain-of-trust-verification) + - [JWTs and Chain of Trust Verification](#jwt-and-chain-of-trust-verification) - [Obtain a User JWT - Client Connect](#obtain-a-user-jwt---client-connect) - [Key Takeaways](#key-takeaways-4) - [Deployment Models Enabled by Chain of Trust](#deployment-models-enabled-by-chain-of-trust)