1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[EC-598] feat: fix google issues

Google does not like self-signed packed format. I've removed the attestation statement all-together untill further notice. We're don't really have any statements so
This commit is contained in:
Andreas Coroiu
2023-01-10 10:17:46 +01:00
parent 7bd7cbfd9a
commit 64f60aa870
3 changed files with 46 additions and 12 deletions

View File

@@ -37,6 +37,9 @@ export interface CredentialRegistrationResult {
credentialId: string;
clientDataJSON: string;
attestationObject: string;
authData: string;
publicKeyAlgorithm: number;
transports: string[];
}
export interface CredentialAssertParams {