Skip to content

Commit 21a67ef

Browse files
authored
Merge pull request #312 from panva/patch-2
add node-jose
2 parents dc58571 + 4c60ed4 commit 21a67ef

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

views/website/libraries/4-JavaScript.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,34 @@
5959
"gitHubRepoPath": "square/js-jose",
6060
"repoUrl": "https://github.com/square/js-jose",
6161
"installCommandHtml": "npm install jose-jwe-jws"
62+
},
63+
{
64+
"minimumVersion": "0.9.4",
65+
"support": {
66+
"sign": true,
67+
"verify": true,
68+
"iss": false,
69+
"sub": false,
70+
"aud": false,
71+
"exp": false,
72+
"nbf": false,
73+
"iat": false,
74+
"jti": false,
75+
"hs256": true,
76+
"hs384": true,
77+
"hs512": true,
78+
"rs256": true,
79+
"rs384": true,
80+
"rs512": true,
81+
"es256": true,
82+
"es384": true,
83+
"es512": true
84+
},
85+
"authorUrl": "https://github.com/cisco",
86+
"authorName": "Cisco Systems",
87+
"gitHubRepoPath": "cisco/node-jose",
88+
"repoUrl": "https://github.com/cisco/node-jose",
89+
"installCommandHtml": "npm install node-jose"
6290
}
6391
]
64-
}
92+
}

0 commit comments

Comments
 (0)