# Functions

NewAuthenticator creates an *Authenticator for use.
NewClaims constructs a Claims value for the identified account.
NewSimpleKeyLookupFunc is a simple implementation of KeyFunc that only ever supports one key.

# Constants

Key is used to store/retrieve a Claims value from a context.Context.
These are the expected values for Claims.Roles.
These are the expected values for Claims.Roles.

# Structs

Authenticator is used to authenticate clients.
Claims represents the authorization claims transmitted via a JWT.

# Type aliases

KeyLookupFunc is used to map a JWT key id (kid) to the corresponding public key.