Skip to content

Commit 3c38ece

Browse files
committed
Fix key variant serialization
1 parent ed96556 commit 3c38ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v-api/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl Default for JwtConfig {
6767
}
6868

6969
#[derive(Debug, Deserialize)]
70-
#[serde(tag = "kind", rename_all = "lowercase")]
70+
#[serde(tag = "kind", rename_all = "snake_case")]
7171
pub enum AsymmetricKey {
7272
LocalVerifier {
7373
kid: String,

0 commit comments

Comments
 (0)