Migrate existing U2F to Fido2 (#2484)

* Migrate existing U2F to Fido2

This seamlessly switches all u2f registrations over to the new FIDO2 support. Please note that I have not yet added a way to drop the u2f DB and its UI so that we can test the migration works properly for all.

* add testing logic

* fix u2f tests

* remove duplicate status message

* fix test and namespaces

* fix test
This commit is contained in:
Andrew Camilleri
2021-04-28 06:14:15 +02:00
committed by GitHub
parent c878f63f99
commit 02bf5afe0b
14 changed files with 149 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
using Fido2NetLib.Objects;
namespace BTCPayServer.U2F.Models
namespace BTCPayServer.Fido2.Models
{
public class AddFido2CredentialViewModel
{