Closed
Description
After I verify a token, I want to look at the token payload.
I have seen both body and parsedBody returned on the verified object - why are there two differences ?
header: JwtHeader { typ: 'JWT', alg: 'HS256' },
body:
JwtBody {
and
parsedHeader: JwtHeader { typ: 'JWT', alg: 'HS256' },
parsedBody:
JwtBody {
Metadata
Metadata
Assignees
Labels
No labels