From 255f33d9b4ea5ec2323f734cffec1483b106f2fa Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 22 Mar 2021 09:11:15 -0500 Subject: [PATCH] Update jwt.md --- developing-with-nats/tutorials/jwt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index b7493fe..f3ffd52 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -489,11 +489,11 @@ resolver: URL(http://localhost:9090/jwt/v1/accouts/) 9. Server verifies that a user JWT issuer is either identical to the account JWT subject or part of the account JWT signing keys. 10. If all of the above holds true, the above invocation will succeed, only if the user JWT does not contain permissions or limits restricting the operation otherwise. - \`\`\`text + ```text > nats -s localhost:4222 "--creds=user.creds" pub "foo" "hello world" 16:56:02 Published 11 bytes to "foo" > - > \`\`\`text + ```text 11. Output if `user.creds` where to contain a JWT where the maximum message payload is limited to 5 bytes