linux-credentials/credentialsd

Serialize all D-Bus fields and enum values with snake case

開放

#82 建立於 2025年8月13日

 (1 則留言) (0 個反應) (0 位負責人)Rust (16 個分叉)auto 404
help wanted

倉庫指標

星標
 (234 顆星)
PR 合併指標
 (平均合併 33天 12小時) (30 天內合併 6 個 PR)

描述

We borrow a lot of fields and values from WebAuthn. For internal consistency and consistency with other D-Bus APIs, I think we should convert them to snake_case instead of camelCase, as is more common in JavaScript.

This includes the publicKey field of create/get credential requests, topOrigin (#81), etc.

This is a breaking change to the API.

貢獻者指南