# Functions

NewJwtAuth returns a new JwtAuth instance.
Sign signs a JWT.
WithClaimsToContext sets the claimsToContext function for the authenticator.

# Structs

JwtAuth authenticates inbound JWTs.

# Type aliases

ClaimsToContext is a function that adds claims to a context.
Option is a functional option for configuring the authenticator.