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

[WIP] chore: Update e2e tests to check flow with multiple ssh keys per user #533

Closed rdotjain closed 1 year ago

rdotjain commented 1 year ago

This PR attempts to test if a user can be created with multiple ssh keys associated with it.

closes #507