From e7398a32caca90fdea53eb7373076c694e146309 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 18 Aug 2023 13:03:14 +0200 Subject: [PATCH] Libraries: Add jwt-simple (Rust) --- views/website/libraries/13-Rust.json | 34 +++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/views/website/libraries/13-Rust.json b/views/website/libraries/13-Rust.json index 6bab3cc3..0ae67140 100644 --- a/views/website/libraries/13-Rust.json +++ b/views/website/libraries/13-Rust.json @@ -160,6 +160,38 @@ "gitHubRepoPath": "rib/jsonwebtokens", "repoUrl": "https://github.com/rib/jsonwebtokens", "installCommandHtml": "Cargo.toml: jsonwebtokens = \"*\"" + }, + { + "minimumVersion": null, + "support": { + "sign": true, + "verify": true, + "iss": true, + "sub": true, + "aud": true, + "exp": true, + "nbf": true, + "iat": true, + "jti": false, + "hs256": true, + "hs384": true, + "hs512": true, + "rs256": true, + "rs384": true, + "rs512": true, + "es256": true, + "es384": true, + "es512": false, + "ps256": true, + "ps384": true, + "ps512": true, + "eddsa": true + }, + "authorUrl": "https://github.com/jedisct1", + "authorName": "Frank Denis", + "gitHubRepoPath": "jedisct1/rust-jwt-simple", + "repoUrl": "https://github.com/jedisct1/rust-jwt-simple", + "installCommandHtml": "Cargo.toml: jwt-simple = \"*\"" } ] -} +} \ No newline at end of file