# Functions
New returns the default website endpoint.
ToUser returns a user from the context.
WithDir configures the website handler with the directory value used to serve the website from the local filesystem.
WithDocs configures the website handler with the documentation website address, which should be included in the user interface.
WithSync configures the website handler with the duration value used to determine if the user account requires synchronization.
WithUser returns a context with the current authenticated user.
# Interfaces
Endpoint provides the website endpoints.
# Type aliases
Option configures the website handler.