package
0.0.3-k8s-alpha0
Repository: https://github.com/davidwalter0/tools.git
Documentation: pkg.go.dev
# Functions
NewServer returns a new instance of a Server configured with the provided configuration.
No description provided by the author
No description provided by the author
WithWebAuthn sets the webauthn configuration for the server.
# Constants
Timeout is the number of seconds to attempt a graceful shutdown, or for timing out read/write operations.
# Variables
ErrCredentialCloned occurs when an authenticator provides a sign count during assertion that is lower than the previously recorded sign count, as this would indicate that the authenticator may have been cloned.
# Structs
Server is a configurable HTTP server that implements a demo of the WebAuthn specification.
# Type aliases
Option is an option that sets a particular value for the server.