btcpayserver/BTCPayServer.Data/Data
Andrew Camilleri 0554565b30
FIDO2/WebAuthN Support (#2356)
* FIDO2/WebAuthN Support

This adds initial support for WebAuthN/FIDO2 as another MFA mode. U2F is still intact and runs alongside it for now. Once this is merged, I will start work on migrating U2F support to happen over the FIDO2 protocol instead.

* Refactor and future proof system (prep work of seamless u2f migration)

* attempt js fix for mobile devices

* Apply suggestions from code review

Co-authored-by: d11n <mail@dennisreimann.de>

* fix fido name saving

* do not spam logs and hide loader when failed

* PR Changes

* Apply suggestions from code review

Co-authored-by: d11n <mail@dennisreimann.de>

* attempt fido2 bump

* add name if not named for credentials

Co-authored-by: d11n <mail@dennisreimann.de>
2021-04-20 14:06:32 +09:00
..
AddressInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
APIKeyData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
AppData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
ApplicationUser.cs FIDO2/WebAuthN Support (#2356) 2021-04-20 14:06:32 +09:00
Fido2Credential.cs FIDO2/WebAuthN Support (#2356) 2021-04-20 14:06:32 +09:00
HistoricalAddressInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceEventData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceSearchData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
InvoiceWebhookDeliveryData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
NotificationData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
OffchainTransactionData.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PairedSINData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PairingCodeData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PayjoinLock.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
PaymentData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PaymentRequestData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PayoutData.cs Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
PendingInvoiceData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PlannedTransaction.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
PullPaymentData.cs Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
RefundData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
SettingData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
StoreData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
StoredFile.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
StoreWebhookData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
U2FDevice.cs Make U2F devices cascade delete 2020-10-06 17:57:16 +02:00
UserStore.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WalletData.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
WalletTransactionData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WebhookData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00
WebhookDeliveryData.cs Refactoring Data entities to fit one standard convention 2020-12-31 14:08:57 -06:00