You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
// GetAuthenticator gets a single Authenticator by the given id, as returned by Authenticator.WebAuthID.
)
Should this not state WebAuthCredentialID is the reference ID ? Since (I assume) Authenticator.WebAuthID is inherently the same as User.WebAuthID and thus by definition using WebAuthID be expected to return multiple authenticators (i.e. behavior of GetAuthenticators(user User) and the only way to retrieve one authenticator would be using WebAuthCredentialID.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a question about the definition of
id
in GetAuthenticator (webauthn/webauthn/user.go
Line 28 in 8626f96
Should this not state
WebAuthCredentialID
is the reference ID ? Since (I assume)Authenticator.WebAuthID
is inherently the same asUser.WebAuthID
and thus by definition usingWebAuthID
be expected to return multiple authenticators (i.e. behavior ofGetAuthenticators(user User)
and the only way to retrieve one authenticator would be usingWebAuthCredentialID
.The text was updated successfully, but these errors were encountered: