package
2.8.0+incompatible
Repository: https://github.com/rtradeltd/temporal.git
Documentation: pkg.go.dev

# Functions

CORSMiddleware is used to load our CORS handling logic.
JwtConfigGenerate is used to generate our JWT configuration.
NewSecWare is used to initialize our security middleware.
RequestID is used to insert a randomly generated uuid as a value to a X-Request-ID header.

# Variables

DefaultAllowedOrigins are the default allowed origins for the api, allowing for access via both of our internet uplinks when using the web interface.

# Structs

Login is used to unmarshal a login in request so that we can parse it.