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-15 12:45:55 -05:00 committed by GitHub
parent ac38dcbe50
commit 5a160715fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@ Relying on a hierarchial chain of trust between three distinct NKEYs and associa
3. User: corresponds to one user's configuration
Each NKEY is referenced, with additional configuration in a JWT document.
Each JWT has a subject and it's value is the public portion of an NKEY and serves as identity.
Each JWT has a subject field and its value is the public portion of an NKEY and serves as identity.
Names exist in JWT but as of now are only used by tooling, `nats-server` does not read this value.
The referenced NKEY's role determines the JWT content.