Skip to content

Commit c23cb05

Browse files
authored
Add mention of NodeJS library aws-jwt-verify
1 parent 6366c14 commit c23cb05

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,40 @@
7070
"gitHubRepoPath": "panva/jose",
7171
"repoUrl": "https://github.com/panva/jose",
7272
"installCommandHtml": "npm install jose"
73+
},
74+
{
75+
"minimumVersion": null,
76+
"support": {
77+
"sign": false,
78+
"verify": true,
79+
"iss": true,
80+
"sub": true,
81+
"aud": true,
82+
"exp": true,
83+
"nbf": true,
84+
"iat": true,
85+
"jti": true,
86+
"typ": true,
87+
"hs256": false,
88+
"hs384": false,
89+
"hs512": false,
90+
"rs256": true,
91+
"rs384": false,
92+
"rs512": false,
93+
"es256": false,
94+
"es384": false,
95+
"es512": false,
96+
"ps256": false,
97+
"ps384": false,
98+
"ps512": false,
99+
"eddsa": false,
100+
"es256k": false
101+
},
102+
"authorUrl": "https://github.com/orgs/awslabs",
103+
"authorName": "AWS",
104+
"gitHubRepoPath": "awslabs/aws-jwt-verify",
105+
"repoUrl": "https://github.com/awslabs/aws-jwt-verify",
106+
"installCommandHtml": "npm install aws-jwt-verify"
73107
}
74108
]
75109
}

0 commit comments

Comments
 (0)