MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / NoAuth

Struct NoAuth

auth/noauth.go:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type NoAuth struct{}
9
10func (_ NoAuth) Validate(_ context.Context, _ http.ResponseWriter, _ *http.Request) (string, bool) {
11 return "", true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected