linux-credentials/credentialsd

Rename Credential struct fields

Open

#79 opened on Aug 13, 2025

 (2 comments) (0 reactions) (0 assignees)Rust (16 forks)auto 404
good first issue

Repository metrics

Stars
 (234 stars)
PR merge metrics
 (PR metrics pending)

Description

field names of credentialsd_common::model::Credential type are confusing/flipped: name is an ID/username, and username is a name. We should rename them (or just use the names from the WebAuthn spec).

Contributor guide