Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for appidExclude extension #21

Closed
santiagorodriguez96 opened this issue Jun 23, 2020 · 0 comments · Fixed by #22
Closed

Add support for appidExclude extension #21

santiagorodriguez96 opened this issue Jun 23, 2020 · 0 comments · Fixed by #22

Comments

@santiagorodriguez96
Copy link
Contributor

Hi again!

As title says, I think it might be a good idea to add the appidExclude extension since it was introduced in the spec some time ago (see w3c/webauthn#1244) and it also wasn't removed from the spec when unimplemented extensions were removed (see w3c/webauthn#1386) 🙂

interface FullWebAuthnExtensionsJSON {
appid?: string;
txAuthSimple?: string;
txAuthGeneric?: {
contentType: string;
content: Base64urlString;
};
authnSel?: Base64urlString[];
exts?: boolean;
uvi?: boolean;
loc?: boolean;
uvm?: boolean;
authenticatorBiometricPerfBounds?: {
FAR: number;
FRR: number;
};
}

santiagorodriguez96 added a commit to cedarcode/webauthn-json that referenced this issue Jun 24, 2020
@lgarron lgarron closed this as completed in 6910f42 Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant