# Functions
GetSession returns the HTTP session stored in context.
InitializeContext adds the JWT session to the context.
# Constants
ContentTypeJWT for signed encrypted tokens where the encrypted token will include a cty header with this value.
TypeJWE for encrypted tokens in typ header.
TypeJWT for signed tokens in typ header.
# Type aliases
ContextKey defines a type to store the JWT session in context.Context.