webauthn-proxy
Proxies browser WebAuthn requests.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| webauthn-proxy-bridge.ts | Webauthn Proxy Bridge |
| webauthn-proxy-marker.ts | Webauthn Proxy Marker |
Dependencies and change boundaries
Declared Host dependencies: telemetry.
Local mode must not bypass user authorization required by authentication bridging.
See Configuration for activation policy and Features for support status.