Update FIDO library

This commit is contained in:
nicolas.dorier
2024-12-03 16:47:26 +09:00
parent 7d65817acd
commit 694b8e111c
12 changed files with 122 additions and 53 deletions

View File

@@ -1,4 +1,5 @@
using Fido2NetLib;
using Newtonsoft.Json.Linq;
namespace BTCPayServer.Fido2.Models
{
@@ -7,7 +8,7 @@ namespace BTCPayServer.Fido2.Models
public string UserId { get; set; }
public bool RememberMe { get; set; }
public AssertionOptions Data { get; set; }
public string Data { get; set; }
public string Response { get; set; }
}
}