btcpayserver/BTCPayServer/Views/Manage
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
..
_Nav.cshtml FIDO2/WebAuthN Support (#2356) 2021-04-20 14:06:32 +09:00
_ViewImports.cshtml Init 2017-09-13 15:55:16 +09:00
_ViewStart.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
AddApiKey.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
AddU2FDevice.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
APIKeys.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
AuthorizeAPIKey.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
ChangePassword.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
ConfirmAPIKey.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
EnableAuthenticator.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
GenerateRecoveryCodes.cshtml Fix 2FA config screens 2020-07-13 10:58:53 +02:00
Index.cshtml UI fixes (#2463) 2021-04-16 15:02:40 +09:00
ManageNavPages.cs FIDO2/WebAuthN Support (#2356) 2021-04-20 14:06:32 +09:00
NotificationSettings.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
SetPassword.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
TwoFactorAuthentication.cshtml Improve and unify page headers (#2412) 2021-04-08 22:32:42 +09:00
U2FAuthentication.cshtml Improve U2F view 2020-07-08 19:19:55 +02:00