Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions api/proto/teleport/legacy/types/webauthn/webauthn.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ option go_package = "github.com/gravitational/teleport/api/types/webauthn;webaut
option (gogoproto.marshaler_all) = true;
option (gogoproto.unmarshaler_all) = true;

// -----------------------------------------------------------------------------
// WebAuthn messages used by server storage.
// -----------------------------------------------------------------------------

// User represents a WebAuthn user.
// Used mainly to correlated a WebAuthn user handle with a Teleport user.
message User {
// Teleport user ID.
string teleport_user = 1;
}

// -----------------------------------------------------------------------------
// Assertion (aka login).
// -----------------------------------------------------------------------------
Expand Down
Loading