package
1.2.2
Repository: https://github.com/telefonicatc2tech/golium.git
Documentation: pkg.go.dev

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

# Structs

Session contains the information of a JWT session.
Steps type is responsible to initialize the JWT steps in godog framework.

# Type aliases

ContextKey defines a type to store the JWT session in context.Context.