# Functions
New constructs a new Auth instance with supplied options.
# Structs
Auth is a middleware that provides jwt based authentication.
ClaimsType : holds the claims encoded in the jwt.
Options is a struct for specifying configuration options.
# Type aliases
TokenIdChecker : a type to check tokens.
TokenRevoker : a type to revoke tokens.