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:
parent
b4aec6691e
commit
210cde826d
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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\) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user