1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

[PM-5731] feat: implement credential assertion in client

This commit is contained in:
Andreas Coroiu
2024-02-12 13:45:41 +01:00
parent e9d1792dd7
commit 3c848a3dcc
9 changed files with 350 additions and 12 deletions

View File

@@ -12,7 +12,6 @@ namespace Bit.Core.Utilities.Fido2
/// </summary>
public required string Origin { get; set; }
// TODO: Check if we actually need this
/// <summary>
/// A value which is true if and only if the callers environment settings object is same-origin with its ancestors.
/// It is false if caller is cross-origin.