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

Update developing-with-nats/tutorials/jwt.md

Co-authored-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Matthias Hanel 2021-02-16 13:08:56 -05:00 committed by GitHub
parent 5a160715fa
commit 6397593719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,7 +271,7 @@ Connection closed by foreign host.
#### Key Takeaways
* NKEYS are a secure way to authenticate clients
* Secret private key is never exchanged, only evidence of possession is
* Private keys are never accessed or stored in the NATS server
* The public key still needs to be configured
## JSON Web Tokens (JWT)