# Functions
NewJwtAuth returns a new JwtAuth instance.
Sign signs a JWT.
WithClaimsToContext sets the claimsToContext function for the authenticator.
# Type aliases
ClaimsToContext is a function that adds claims to a context.
Option is a functional option for configuring the authenticator.