Categorygithub.com/poly-gun/go-middleware/middleware/authentication
modulepackage
0.0.7
Repository: https://github.com/poly-gun/go-middleware.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of the [Authentication] middleware, implementing [middleware.Configurable].
Value retrieves a [Valuer] pointer representing [Authentication] related context.

# Structs

Authentication represents a middleware component that applies configurable [Options] settings to HTTP requests.
Options represents the configuration settings for the [Authentication] middleware component, including customizable server and header options.
Valuer is the context return type relating to the [Authentication] middleware.