package auth import ( "github.com/go-webauthn/webauthn/webauthn" ) type Authenticator struct { webauthn *webauthn.WebAuthn }