@@ -60,15 +60,16 @@ The following list of passkey providers have not implemented [User Verification]
6060
6161{{< table >}}
6262
63- | ** Provider** | ** Architecture** | ** UV Required Behavior** | ** UV Flag** |
64- | ------------ | ---------------- | ----------------------------- | ------------------------ |
65- | 1Password | Extension | ❌ Handles request without UV | ❌ Always replies ` True ` |
66- | 1Password | Native | ✅ Performs UV | ✅ UV flag accurate |
67- | Bitwarden | Extension | ❌ Handles request without UV | ❌ Always replies ` True ` |
68- | KeepassXC | Extension | ❌ Handles request without UV | ❌ Always replies ` True ` |
69- | Proton Pass | Extension | ❌ Handles request without UV | ❌ Always replies ` True ` |
70- | Proton Pass | Native | ❌ Handles request without UV | ❌ Always replies ` True ` |
71- | Strongbox | Native | ❌ Handles request without UV | ❌ Always replies ` True ` |
63+ | ** Provider** | ** Architecture** | ** ` uv ` =` required ` ** | ** ` uv ` =` preferred ` ** |
64+ | ------------- | ---------------- | ------------------------------------------------------ | ------------------------------------- |
65+ | 1Password | Extension | ❌ Handles request without performing UV, sets UV true | ❌ Sets UV true without performing UV |
66+ | 1Password | Native | ✅ Performs UV | ✅ UV flag accurate |
67+ | Bitwarden | Extension | ❌ Handles request without performing UV, sets UV true | ❌ Sets UV true without performing UV |
68+ | KeepassXC | Extension | ❌ Handles request without performing UV, sets UV true | ❌ Sets UV true without performing UV |
69+ | Okta Personal | Extension | ❌ Handles request without performing UV, sets UV true | ❌ Sets UV true without performing UV |
70+ | Proton Pass | Extension | ❌ Handles request without performing UV, sets UV true | ❌ Sets UV true without performing UV |
71+ | Proton Pass | Native | ❌ Handles request without performing UV, sets UV true | ❌ Sets UV true without performing UV |
72+ | Strongbox | Native | ❌ Handles request without performing UV, sets UV true | ❌ Sets UV true without performing UV |
7273{{< /table >}}
7374
7475> ** Architecture** : ` Extension ` = web browser extension, ` Native ` = OS native app using provider APIs
0 commit comments