# Functions
NewService returns a new WebAuthn validator.
WithDB configures the service with a redis DB.
WithDisplayName configures the validator with a display name.
WithDomain configures the validator with a domain name.
WithMaxDevices sets the maximum amount of devices a user may register.
WithRepoManager configures the service with a new RepositoryManager.
WithRequestOrigin configures the validator with a request origin.
# Interfaces
Webauthner is an interface to duo-labs/webauthn.
# Type aliases
ConfigOption configures the validator.