package
0.0.0-20231126024412-02539191b02e
Repository: https://github.com/mjpitz/myago.git
Documentation: pkg.go.dev
# README
httpauth
import go.pitz.tech/lib/auth/http
Usage
func Handler
func Handler(delegate http.Handler, handlers ...auth.HandlerFunc) http.HandlerFunc
Handler returns an HTTP middleware function that invokes the provided auth handlers.
# Functions
Handler returns an HTTP middleware function that invokes the provided auth handlers.