Skip to content

Commit 67c56dd

Browse files
authored
Merge pull request jsonwebtoken#549 from Thalhammer/patch-2
2 parents 5b0f2cd + 56256c4 commit 67c56dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/website/libraries/support/language-schema.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = {
7373
nbf: { type: 'boolean' },
7474
iat: { type: 'boolean' },
7575
jti: { type: 'boolean' },
76+
typ: { type: 'boolean' },
7677
hs256: { type: 'boolean' },
7778
hs384: { type: 'boolean' },
7879
hs512: { type: 'boolean' },

0 commit comments

Comments
 (0)