package
0.97.3
Repository: https://github.com/chainloop-dev/chainloop.git
Documentation: pkg.go.dev

# 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.