You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct, the body consists of one or multiple claims.
However, since - beside the registered claim names - you can add any claim (JSON property) you want, it does make sense to name it 'payload'.
Most JWT packages I've used name it 'payload', some use 'claims'. It's up for discussion.
The JWT spec calls this "payload" a "claim". You're documentation should use this convention to not confuse the subject.
The text was updated successfully, but these errors were encountered: