# Functions
AuthFromAuthorizationHeader is a middleware that extracts the token from the authorization header and verifies it.
AuthFromQueryParam is a middleware that extracts the token from the query parameter and verifies it.
simple logging for http requests.
# Type aliases
ClaimsFunc is a function that returns a jwt.Claims with the custom claims and correct type.