package
0.0.0-20220827005143-37177da15060
Repository: https://github.com/efsn/traefik-forward-auth.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ClearCookie check cookie.
ClearCSRFCookie clear csrf cookie from request.
FindCSRFCookie find csrf cookie.
GetLogger get logger.
MakeCookie build cookie.
MakeCSRFCookie build csrf cookie.
MakeState build request state.
NewConfig build config.
NewCookieDomain generate.
NewDefaultLogger build default logger.
NewGlobalConfig build global config.
NewRule build rule.
NewServer build server.
Nonce generate random nonce.
ValidateCookie validate the cookie for request.
ValidateCSRFCookie check csrf cookie.
ValidateDomains check domains.
ValidateEmail check email.
ValidateState chech state len.
ValidateWhitelist check whitelist.

# Structs

Config auth global configuration.
CookieDomain definition.
Rule definition.
Server definition.

# Type aliases

CommaSeparatedList slice.
CookieDomains CookieDomain slice.