Skip to content

Commit da76e8f

Browse files
authored
Changed Node-JS-capabilities based on the readme
Every item in the list seems to be implemented: https://github.com/auth0/node-jsonwebtoken#jwtsignpayload-secretorprivatekey-options-callback
1 parent c71785d commit da76e8f

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)