Skip to content

Commit

Permalink
feat(protocol): added authentication transportation hybrid (#86)
Browse files Browse the repository at this point in the history
Adds the hybrid AuthenticatorTransport type and  official documentation.

Closes #74

Co-authored-by: Tobias Albrecht <[email protected]>
  • Loading branch information
james-d-elliott and naetraga committed Dec 7, 2022
1 parent 6ec21f1 commit 752defd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ const (
BLE AuthenticatorTransport = "ble"
// Internal the client should use an internal source like a TPM or SE
Internal AuthenticatorTransport = "internal"
// Hybrid indicates the respective authenticator can be contacted using a combination of (often separate) data-transport and proximity mechanisms. This supports, for example, authentication on a desktop computer using a smartphone.
Hybrid AuthenticatorTransport = "hybrid"
)

// A WebAuthn Relying Party may require user verification for some of its operations but not for others,
Expand Down

0 comments on commit 752defd

Please sign in to comment.