We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed96556 commit 3c38eceCopy full SHA for 3c38ece
v-api/src/config.rs
@@ -67,7 +67,7 @@ impl Default for JwtConfig {
67
}
68
69
#[derive(Debug, Deserialize)]
70
-#[serde(tag = "kind", rename_all = "lowercase")]
+#[serde(tag = "kind", rename_all = "snake_case")]
71
pub enum AsymmetricKey {
72
LocalVerifier {
73
kid: String,
0 commit comments