# Packages
Package database contains the management of interactions with the database for createion and storage of the wrapped keys that encrypet revision certificates.
# Functions
New creates a new TokenManager that uses a database handle to manage a cache of allowed revision keys.
# Structs
Config represents the configuration and associated environment variables for handling revision tokens.
TokenManager is responsible for creating and unlocking revision tokens.
# Type aliases
Base64Bytes is a type that parses a base64-encoded string into a []byte.