fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
58 stars 33 forks source link

feat: replace shadow and passwd crates with our built-in functions #539

Closed 7flying closed 1 year ago

7flying commented 1 year ago

This removes the dependencies on shadow and passwd from the project since we can accomplish the same functionality reading the /etc/shadow and /etc/passwd files.