# Functions
New generates a new standard authentication provider from the key and additional data.
# Structs
An AuthenticatedRequest contains a request and authentication token.
Standard implements an HMAC-SHA-256 authentication provider.
# Interfaces
A Provider can generate tokens from a request and verify a request.