Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsndr committed Oct 3, 2024
1 parent 9f74c8b commit 457a989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Returns the decoded token or `undefined`.
typ: "JWT"
},
payload: {
sub: "1234",
name: "John Doe",
email: "john.doe@gmail.com"
}
Expand Down Expand Up @@ -173,6 +174,7 @@ Returns an `object` containing `header` and `payload`:
typ: "JWT"
},
payload: {
sub: "1234",
name: "John Doe",
email: "john.doe@gmail.com"
}
Expand Down

0 comments on commit 457a989

Please sign in to comment.