From 2673bdc6751e120b428918d1fe622b978fa23f84 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Mon, 15 Feb 2021 12:42:54 -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 c339c15..14fe6b6 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1,6 +1,6 @@ # JWT in NATS - Deep Dive -This document provides a step by step deep dive into JWT. +This document provides a step by step deep dive into JWT usage within NATS. Starting with related concepts it will introduce JWT and how the can be used in NATS. This will NOT list every JWT/nsc option. Instead it focuses on important ones and concepts.