linux-credentials/credentialsd

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

オープン

#82 opened on 2025/08/13

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (16 件のフォーク)auto 404
help wanted

Repository metrics

Stars
 (234 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド