1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 22:23:35 +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

@@ -96,7 +96,7 @@ namespace Bit.Core.Test.Services
[Fact(Skip = "Not sure how to check this, or if it matters.")]
// Spec: If callerOrigin is an opaque origin, return a DOMException whose name is "NotAllowedError", and terminate this algorithm.
public Task CreateCredentialAsync_ThrowsNotAllowedError_UserIdIsTooLarge() => throw new NotImplementedException();
public Task CreateCredentialAsync_ThrowsNotAllowedError_OriginIsOpaque() => throw new NotImplementedException();
[Fact]
// Spec: Let effectiveDomain be the callerOrigins effective domain. If effective domain is not a valid domain,