Skip to content

Commit dceaa8b

Browse files
committed
Update rhonabwy claims support and installCommand
1 parent 8b8d60b commit dceaa8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

views/website/libraries/20-C.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@
132132
"support": {
133133
"sign": true,
134134
"verify": true,
135-
"iss": false,
136-
"sub": false,
137-
"aud": false,
138-
"exp": false,
139-
"nbf": false,
140-
"iat": false,
141-
"jti": false,
135+
"iss": true,
136+
"sub": true,
137+
"aud": true,
138+
"exp": true,
139+
"nbf": true,
140+
"iat": true,
141+
"jti": true,
142142
"hs256": true,
143143
"hs384": true,
144144
"hs512": true,
@@ -157,7 +157,7 @@
157157
"authorName": "babelouest",
158158
"gitHubRepoPath": "babelouest/rhonabwy",
159159
"repoUrl": "https://github.com/babelouest/rhonabwy",
160-
"installCommandHtml": "git clone <a href=\"https://github.com/babelouest/rhonabwy\">https://github.com/babelouest/rhonabwy.git</a> && mkdir build cd build && cmake .. && cmake --build . --target install"
160+
"installCommandHtml": "<a href=\"https://github.com/babelouest/rhonabwy/releases/latest\">Download release package</a> or <a href=\"https://github.com/babelouest/rhonabwy\">install from source</a>"
161161
}
162162
]
163163
}

0 commit comments

Comments
 (0)