msirringhaus
msirringhaus
It's 100% reproducible, from what I can tell. Also reproducible with default-config.
Here is a proof of concept stand-alone script that does most of the things: https://github.com/msirringhaus/distro-snapper
AFAIK the reason auth-rs hasn't yet switched to `serde_cbor_2` was basically that there was no need. Indeed, `cargo audit` does complain, but Firefox uses `cargo vet` and their own vetting...
> Unfortunately I don't think we can accept this until we have a solution for macOS (Firefox is going to stick with auth-rs for security keys on macOS for the...
This would also be very helpful for interactively resetting an authenticator, to determine if the user has unplugged all devices, before starting the reset-flow.
Thanks for reporting! I'm aware of this. The reason for not having it in Firefox as of now is simply, that the UI for it hasn't been implemented yet. This...
The sources of FF can be found [here](https://hg.mozilla.org/mozilla-central/), although a more searchable online-version can be found [here](https://searchfox.org/mozilla-central/source/). One of the reasons, "PIN required" is implemented, but "Set PIN" is not,...
FYI: I'm currently looking into solving this a bit differently than Chromium is doing. Read the full explanation [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1820725). Copy of the relevant part for this issue: > The server...
Ah, thanks for pointing out the management page! I'd say, whether we should have this dialog or not is best discussed in the bugzilla-ticket, since it has nothing to do...
I probably have it in some of my stashes. Even if I can't find it, it was a trivial patch.