btcpayserver/BTCPayServer/Fido2/Models
Andrew Camilleri 02bf5afe0b
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
2021-04-28 13:14:15 +09:00
..
AddFido2CredentialViewModel.cs Migrate existing U2F to Fido2 (#2484) 2021-04-28 13:14:15 +09:00
Fido2AuthenticationViewModel.cs Migrate existing U2F to Fido2 (#2484) 2021-04-28 13:14:15 +09:00
Fido2CredentialBlob.cs Migrate existing U2F to Fido2 (#2484) 2021-04-28 13:14:15 +09:00
LoginWithFido2ViewModel.cs FIDO2/WebAuthN Support (#2356) 2021-04-20 14:06:32 +09:00