Skip to content

Commit 21d53d1

Browse files
authored
Merge pull request jsonwebtoken#437 from rib/rib_jsonwebtokens
Add rib/jsonwebtokens to Rust libraries
2 parents 01943a1 + af459e9 commit 21d53d1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

views/website/libraries/13-Rust.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,37 @@
9696
"gitHubRepoPath": "lawliet89/biscuit",
9797
"repoUrl": "https://github.com/lawliet89/biscuit",
9898
"installCommandHtml": "Cargo.toml: biscuit = \"*\""
99+
},
100+
{
101+
"minimumVersion": null,
102+
"support": {
103+
"sign": true,
104+
"verify": true,
105+
"iss": true,
106+
"sub": true,
107+
"aud": true,
108+
"exp": true,
109+
"nbf": true,
110+
"iat": true,
111+
"jti": false,
112+
"hs256": true,
113+
"hs384": true,
114+
"hs512": true,
115+
"rs256": true,
116+
"rs384": true,
117+
"rs512": true,
118+
"es256": true,
119+
"es384": true,
120+
"es512": false,
121+
"ps256": true,
122+
"ps384": true,
123+
"ps512": true
124+
},
125+
"authorUrl": "https://github.com/rib",
126+
"authorName": "Robert Bragg",
127+
"gitHubRepoPath": "rib/jsonwebtokens",
128+
"repoUrl": "https://github.com/rib/jsonwebtokens",
129+
"installCommandHtml": "Cargo.toml: jsonwebtokens = \"*\""
99130
}
100131
]
101132
}

0 commit comments

Comments
 (0)