1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

GitBook: [master] 4 pages modified

This commit is contained in:
Ginger Collison 2021-03-18 14:16:27 +00:00 committed by gitbook-bot
parent b4aec6691e
commit 210cde826d
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
4 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@
* [Explore NATS Request/Reply](developing-with-nats/tutorials/reqreply.md)
* [Explore NATS Queueing](developing-with-nats/tutorials/queues.md)
* [Advanced Connect and Custom Dialer in Go](developing-with-nats/tutorials/custom_dialer.md)
* [In Depth JWT guide](developing-with-nats/tutorials/jwt.md)
* [In Depth JWT Guide](developing-with-nats/tutorials/jwt.md)
## NATS Server

View File

@ -6,5 +6,5 @@ Tutorials are provided to give guidance on commonly used aspects of NATS.
* [Explore NATS Request/Reply](reqreply.md)
* [Explore NATS Queueing](queues.md)
* [Advanced Connect and Custom Dialer in Go](custom_dialer.md)
* [In depth JWT guide](jwt.md)
* [In Depth JWT Guide](jwt.md)

View File

@ -1,4 +1,4 @@
# In Depth JWT guide
# In Depth JWT Guide
This document provides a step by step deep dive into JWT usage within NATS. Starting with related concepts, it will introduce JWTs and how they can be used in NATS. This will NOT list every JWT/nsc option, but will focus on the important options and concepts.

View File

@ -528,7 +528,7 @@ The `/accountz` endpoint reports information on a server's active accounts. The
**Endpoint:** `http://server:port/accountz`
| Result | Return Code |
| Result | Return Code |
| :--- | :--- |
| Success | 200 \(OK\) |
| Error | 400 \(Bad Request\) |