-
## The dependency [@ledgerhq/hw-transport-node-hid](https://github.com/LedgerHQ/ledgerjs) was updated from `4.38.0` to `4.38.6`.
🚨 [View failing branch](https://github.com/MainframeHQ/mainframe-os/c…
-
## The dependency [@ledgerhq/hw-app-eth](https://github.com/LedgerHQ/ledgerjs) was updated from `4.38.0` to `4.38.6`.
🚨 [View failing branch](https://github.com/MainframeHQ/mainframe-os/compare/mast…
-
The paragraph beginning "Broadly, compliant authenticators" is unclear. It should be reworded to state that implementation is possible in software executing on (a) a general purpose computing device, …
-
## 概要
当方で全く詳細が把握できていない「FIDO 2.0 Authenticator」の実装例を探します。
「FIDO 2.0 Authenticator」とは、すでにこちらのプロジェクトで実装済みの「U2F Authenticator」以外でWebAuthnに対応できる、新世代のセキュリティ・トークン・ハードウェアを指します。
### 進め方
#### Google…
-
## 概要
U2FやWebAuthnで予備的にサポートされている(とされる)、ソフトウェアU2F Authenticatorなる仕組みについて調査します。
### ソフトウェアU2F Authenticator とは
鍵や証明書がハードウェアに実装されていないU2F認証器を指すようです。
macOSのキーチェーンを使用しているようです。
おそらく、U2FサーバーやU2Fク…
-
In discussing the Firefox implementation with @jcjones we discovered a wrinkle in the `create()` and `get()` ceremonies: Hot-plugged authenticators - yes or no?
Currently, [§4.1.3. Create a new cre…
emlun updated
6 years ago
-
## 概要
この度「WebAuthn」(FIDO 2.0のWeb認証規格・技術) をサポートしている「Firefox 60」の正式版がリリースされたようです。
https://gigazine.net/news/20180510-firefox-60/
WebAuthnがデフォルトで使用可能になっているため、Yubikey等のUSBトークンであれば動作するとのことです。
https…
-
## 概要
One Card上のBLE U2Fサービスを、将来的に、FIDOアライアンスが制定した「Web Authentication」(WebAuthn)に対応させる場合、[現状実装](https://github.com/diverta/onecard-fido/tree/master/nRF5_SDK_v13.0.0)に対して必要となりそうな拡張項目/改修項目などを、概要レベルで調査…
-
> An authenticator must maintain isolation between sessions. It may do this by only allowing one session to exist at any particular time, or by providing more complicated session management.
This …
-
I got the impression that the provided examples could be understood in a wrong way as they lack an important detail:
As far as I understood W3C Web Authentication / CTAP supported transports are US…