From a28fd4f96130b9e91f5a917c02af2be7dfb91ab1 Mon Sep 17 00:00:00 2001 From: Fumiaki Kinoshita Date: Wed, 24 Nov 2021 21:06:52 +0900 Subject: [PATCH] move README --- webauthn/README.md => README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) rename webauthn/README.md => README.md (61%) diff --git a/webauthn/README.md b/README.md similarity index 61% rename from webauthn/README.md rename to README.md index dce65ff..b8872d5 100644 --- a/webauthn/README.md +++ b/README.md @@ -7,16 +7,8 @@ Demo See wai-middleware-webauthn and its [demo](https://github.com/fumieval/webauthn/blob/master/wai-middleware-webauthn/demo/Main.hs) -Support matrix ----- - -| OS | Browser | FIDO U2F | Packed | TPM | -| --- |------------- | -------- | ------- | --- | -| Mac | Chrome 73 | Yes | | | -| Mac | Firefox 66 | No | Yes | | -| Win | Firefix 67 | | | WIP | - Links ---- * https://github.com/github/SoftU2F - Software U2F authenticator for macOS +* https://www.w3.org/TR/webauthn-2/#relying-party - Web Authentication: An API for accessing Public Key Credentials Level 2 \ No newline at end of file