W3C WebAuthn
<\/script>\n';
},
get iframeSnippet() {
const domain = 'smartcardfyi.com';
const type = 'entity';
const slug = '';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
FIDO Alliance
Web Authentication API enabling passwordless login with public key cryptography using FIDO2 security keys and platform authenticators.
WebAuthn
|
Published 2018
Standard Details
| Category | FIDO Alliance |
| Year Published | 2018 |
| Status | Active |