# Packages
No description provided by the author
# Functions
NewHandlerWrapper returns a handler that first performs bearer token authorization and, if authorized, invokes the wrapped handler.
NewTokenManager returns a token mapper that performs bearer token authorization.
NewTokenVerifier returns a verifier that performs bearer token authorization.
# Structs
Config contains the authorization token configuration.
HandlerWrapper wraps an existing HTTP handler and performs bearer token authorization.
TokenDef contains authorization bearer token definitions.
TokenManager manages the authorization tokens for both the client and server.
TokenVerifier authorizes requests with bearer tokens.