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:15:13 -05:00 committed by GitHub
parent a18695ea9c
commit 7b58a3cfe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -568,7 +568,7 @@ This allows the implementation of sign-up services.
## Accounts Re-visited ## Accounts Re-visited
JWT feature accounts pretty heavily, thus a few thing need to be clarified. A deeper understanding of accounts will help you to best setup NATS JWT based security.
* What entity do accounts correspond to: * What entity do accounts correspond to:
Our official suggestion is to scope accounts by application/service offered. Our official suggestion is to scope accounts by application/service offered.