Skip to content

Instantly share code, notes, and snippets.

@ritou
Created June 6, 2019 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ritou/3de1df44090eeb1097d2d2553c289c4e to your computer and use it in GitHub Desktop.
Save ritou/3de1df44090eeb1097d2d2553c289c4e to your computer and use it in GitHub Desktop.

ChromeのFIDO CTAP2 PIN support動作確認メモ

Web Authentication API: FIDO CTAP2 PIN support
This feature extends Chrome's implementation of the Web Authentication API to support local user authorization of security key operations via a user-defined PIN for keys that implement the FIDO CTAP2 protocol. Web sites using web authentication can request or require such authorization via the API's user verification mechanisms.

Registration

スクリーンショット 2019-06-06 10 38 15

スクリーンショット 2019-06-06 10 38 29

スクリーンショット 2019-06-06 10 38 41

スクリーンショット 2019-06-06 10 39 11

スクリーンショット 2019-06-06 10 39 21

Authentication

スクリーンショット 2019-06-06 10 39 46

スクリーンショット 2019-06-06 10 40 02

スクリーンショット 2019-06-06 10 40 12

スクリーンショット 2019-06-06 10 40 25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment