Skip to content

Commit e66eab2

Browse files
authored
Merge pull request jsonwebtoken#338 from JacoKoster/patch-1
Changed Node-JS-capabilities based on the readme
2 parents 8f82388 + da76e8f commit e66eab2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

views/website/libraries/2-Node.js.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"support": {
1010
"sign": true,
1111
"verify": true,
12-
"iss": false,
13-
"sub": false,
12+
"iss": true,
13+
"sub": true,
1414
"aud": true,
1515
"exp": true,
16-
"nbf": false,
17-
"iat": false,
18-
"jti": false,
16+
"nbf": true,
17+
"iat": true,
18+
"jti": true,
1919
"hs256": true,
2020
"hs384": true,
2121
"hs512": true,
@@ -33,4 +33,4 @@
3333
"installCommandHtml": "npm install jsonwebtoken"
3434
}
3535
]
36-
}
36+
}

0 commit comments

Comments
 (0)