Skip to content

Commit

Permalink
Fix typo 'paylaod' -> 'payload' (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungj authored Aug 7, 2023
1 parent 7376d16 commit db94dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ The JWT specification also provides for the ability to encrypt and decrypt a JWT
1. guarantees that no-one other than the intended JWT recipient can see the JWT `payload` (it is confidential), and
2. guarantees that no-one has manipulated or changed the JWT after it was created (its integrity is maintained).

These two properties - confidentiality and integrity - assure us that an encrypted JWT contains a `paylaod` that
These two properties - confidentiality and integrity - assure us that an encrypted JWT contains a `payload` that
no-one else can see, _nor_ has anyone changed or altered the data in transit.

Encryption and confidentiality seem somewhat obvious: if you encrypt a message, it is confidential by the notion that
Expand Down

0 comments on commit db94dc7

Please sign in to comment.